KVStorage defines the interface for plugins that need data storage capabilities
| 316 | |
| 317 | // KVStorage defines the interface for plugins that need data storage capabilities |
| 318 | type KVStorage interface { |
| 319 | Info() Info |
| 320 | SetOperator(operator *KVOperator) |
| 321 | } |
| 322 | |
| 323 | var ( |
| 324 | CallKVStorage, |
no outgoing calls
no test coverage detected