Get retrieves the Kites with the given query
(query *protocol.KontrolQuery)
| 10 | type Storage interface { |
| 11 | // Get retrieves the Kites with the given query |
| 12 | Get(query *protocol.KontrolQuery) (Kites, error) |
| 13 | |
| 14 | // Add inserts the given kite with the given value |
| 15 | Add(kite *protocol.Kite, value *kontrolprotocol.RegisterValue) error |
no outgoing calls