Delete deletes the given kite from the storage
(kite *protocol.Kite)
| 19 | |
| 20 | // Delete deletes the given kite from the storage |
| 21 | Delete(kite *protocol.Kite) error |
| 22 | |
| 23 | // Upsert inserts or updates the value for the given kite |
| 24 | Upsert(kite *protocol.Kite, value *kontrolprotocol.RegisterValue) error |