MCPcopy Index your code
hub / github.com/koding/kite / Kite

Method Kite

kite.go:232–242  ·  view source on GitHub ↗

Kite returns the definition of the kite.

()

Source from the content-addressed store, hash-verified

230
231// Kite returns the definition of the kite.
232func (k *Kite) Kite() *protocol.Kite {
233 return &protocol.Kite{
234 Username: k.Config.Username,
235 Environment: k.Config.Environment,
236 Name: k.name,
237 Version: k.version,
238 Region: k.Config.Region,
239 Hostname: hostname,
240 ID: k.Id,
241 }
242}
243
244// KiteKey gives a kite key used to authenticate to kontrol and other kites.
245func (k *Kite) KiteKey() string {

Callers 8

RegisterHTTPMethod · 0.95
RunMethod · 0.95
RegisterMethod · 0.95
AuthenticateFromTokenMethod · 0.95
wrapMethodArgsMethod · 0.45
TestRegisterToKontrolFunction · 0.45
SquareFunction · 0.45
SquareFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestRegisterToKontrolFunction · 0.36