Update updates the value for the given kite
(kite *protocol.Kite, value *kontrolprotocol.RegisterValue)
| 16 | |
| 17 | // Update updates the value for the given kite |
| 18 | Update(kite *protocol.Kite, value *kontrolprotocol.RegisterValue) error |
| 19 | |
| 20 | // Delete deletes the given kite from the storage |
| 21 | Delete(kite *protocol.Kite) error |
no outgoing calls
no test coverage detected