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

Struct KiteEvent

protocol/protocol.go:176–183  ·  view source on GitHub ↗

KiteEvent is the struct that is sent as an argument in watchCallback of getKites method of Kontrol.

Source from the content-addressed store, hash-verified

174// KiteEvent is the struct that is sent as an argument in watchCallback of
175// getKites method of Kontrol.
176type KiteEvent struct {
177 Action KiteAction `json:"action"`
178 Kite Kite `json:"kite"`
179
180 // Required to connect when Action == Register
181 URL string `json:"url,omitempty"`
182 Token string `json:"token,omitempty"`
183}
184
185type KiteAction string
186

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected