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

Method SetStorage

kontrol/kontrol.go:334–336  ·  view source on GitHub ↗

SetStorage sets the backend storage that kontrol is going to use to store kites

(storage Storage)

Source from the content-addressed store, hash-verified

332// SetStorage sets the backend storage that kontrol is going to use to store
333// kites
334func (k *Kontrol) SetStorage(storage Storage) {
335 k.storage = storage
336}
337
338// SetKeyPairStorage sets the backend storage that kontrol is going to use to
339// store keypairs

Callers 9

TestWebSocketProxyFunction · 0.80
BenchmarkPostgresFunction · 0.80
BenchmarkPostgresGetFunction · 0.80
BenchmarkEtcdAddFunction · 0.80
BenchmarkEtcdGetFunction · 0.80
startKontrolFunction · 0.80
mainFunction · 0.80
initFunction · 0.80
TestProxyFunction · 0.80

Calls

no outgoing calls

Tested by 8

TestWebSocketProxyFunction · 0.64
BenchmarkPostgresFunction · 0.64
BenchmarkPostgresGetFunction · 0.64
BenchmarkEtcdAddFunction · 0.64
BenchmarkEtcdGetFunction · 0.64
startKontrolFunction · 0.64
initFunction · 0.64
TestProxyFunction · 0.64