MCPcopy Create free account
hub / github.com/koding/kite / NewQuery

Function NewQuery

kitectl/command/query.go:19–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17}
18
19func NewQuery() cli.CommandFactory {
20 return func() (cli.Command, error) {
21 return &Query{
22 KiteClient: DefaultKiteClient,
23 Ui: DefaultUi,
24 }, nil
25 }
26}
27
28func (c *Query) Synopsis() string {
29 return "Queries kontrol based on the given criteria"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected