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

Struct KiteWithToken

protocol/protocol.go:167–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167type KiteWithToken struct {
168 Kite Kite `json:"kite"`
169 URL string `json:"url"`
170 KeyID string `json:"keyId,omitempty"`
171 Token string `json:"token"`
172}
173
174// KiteEvent is the struct that is sent as an argument in watchCallback of
175// getKites method of Kontrol.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected