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

Method Get

kontrol/storage.go:12–12  ·  view source on GitHub ↗

Get retrieves the Kites with the given query

(query *protocol.KontrolQuery)

Source from the content-addressed store, hash-verified

10type Storage interface {
11 // Get retrieves the Kites with the given query
12 Get(query *protocol.KontrolQuery) (Kites, error)
13
14 // Add inserts the given kite with the given value
15 Add(kite *protocol.Kite, value *kontrolprotocol.RegisterValue) error

Callers 15

sendHeartbeatsMethod · 0.65
getDstMethod · 0.65
verifyMethod · 0.65
publicIPFunction · 0.65
isWebsocketFunction · 0.65
HandleHeartbeatMethod · 0.65
GetKeyFromIDMethod · 0.65
GetKeyFromPublicMethod · 0.65
NewEtcdFunction · 0.65
GetMethod · 0.65
etcdKeyMethod · 0.65
BenchmarkPostgresGetFunction · 0.65

Implementers 2

Etcdkontrol/etcd.go
Postgreskontrol/postgres.go

Calls

no outgoing calls

Tested by 2

BenchmarkPostgresGetFunction · 0.52
BenchmarkEtcdGetFunction · 0.52