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

Struct RegisterArgs

protocol/protocol.go:116–120  ·  view source on GitHub ↗

RegisterArgs is used as the function argument to the Kontrol's register method.

Source from the content-addressed store, hash-verified

114// RegisterArgs is used as the function argument to the Kontrol's register
115// method.
116type RegisterArgs struct {
117 URL string `json:"url"`
118 Kite *Kite `json:"kite,omitempty"`
119 Auth *Auth `json:"auth,omitempty"`
120}
121
122type Auth struct {
123 // Type can be "kiteKey", "token" or "sessionID" for now.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected