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

Struct Query

kitectl/command/query.go:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type Query struct {
15 KiteClient *kite.Kite
16 Ui cli.Ui
17}
18
19func NewQuery() cli.CommandFactory {
20 return func() (cli.Command, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected