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