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

Method SetKeyPairStorage

kontrol/kontrol.go:340–342  ·  view source on GitHub ↗

SetKeyPairStorage sets the backend storage that kontrol is going to use to store keypairs

(storage KeyPairStorage)

Source from the content-addressed store, hash-verified

338// SetKeyPairStorage sets the backend storage that kontrol is going to use to
339// store keypairs
340func (k *Kontrol) SetKeyPairStorage(storage KeyPairStorage) {
341 k.keyPair = storage
342}
343
344// Close stops kontrol and closes all connections
345func (k *Kontrol) Close() {

Callers 5

TestWebSocketProxyFunction · 0.80
startKontrolFunction · 0.80
mainFunction · 0.80
initFunction · 0.80
TestProxyFunction · 0.80

Calls

no outgoing calls

Tested by 4

TestWebSocketProxyFunction · 0.64
startKontrolFunction · 0.64
initFunction · 0.64
TestProxyFunction · 0.64