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

Struct GetKitesArgs

protocol/protocol.go:146–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146type GetKitesArgs struct {
147 Query *KontrolQuery `json:"query"`
148 WatchCallback dnode.Function `json:"watchCallback"`
149 Who json.RawMessage `json:"who"`
150}
151
152// GetTokenArgs is a request value for the "getToken" kontrol method.
153type GetTokenArgs struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected