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

Method Query

protocol/protocol.go:56–66  ·  view source on GitHub ↗

Query() returns a pointer to KontrolQuery struct.

()

Source from the content-addressed store, hash-verified

54
55// Query() returns a pointer to KontrolQuery struct.
56func (k *Kite) Query() *KontrolQuery {
57 return &KontrolQuery{
58 Username: k.Username,
59 Environment: k.Environment,
60 Name: k.Name,
61 Version: k.Version,
62 Region: k.Region,
63 Hostname: k.Hostname,
64 ID: k.ID,
65 }
66}
67
68// Values returns the values of each field in order
69func (k *Kite) Values() []string {

Callers 8

sendHeartbeatsMethod · 0.80
GetTokenForceMethod · 0.80
TestKiteQueryFunction · 0.80
HandleHeartbeatMethod · 0.80
validateKiteKeyFunction · 0.80
GetMethod · 0.80
handleProxyMethod · 0.80
handleTunnelMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestKiteQueryFunction · 0.64