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

Struct GetKitesResult

protocol/protocol.go:163–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163type GetKitesResult struct {
164 Kites []*KiteWithToken `json:"kites"`
165}
166
167type KiteWithToken struct {
168 Kite Kite `json:"kite"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected