Add inserts the given kite with the given value
(kite *protocol.Kite, value *kontrolprotocol.RegisterValue)
| 13 | |
| 14 | // Add inserts the given kite with the given value |
| 15 | Add(kite *protocol.Kite, value *kontrolprotocol.RegisterValue) error |
| 16 | |
| 17 | // Update updates the value for the given kite |
| 18 | Update(kite *protocol.Kite, value *kontrolprotocol.RegisterValue) error |
no outgoing calls