SetStorage sets the backend storage that kontrol is going to use to store kites
(storage Storage)
| 332 | // SetStorage sets the backend storage that kontrol is going to use to store |
| 333 | // kites |
| 334 | func (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 |
no outgoing calls