TestKVStoragePlugin implements KVStorage interface for testing
| 77 | |
| 78 | // TestKVStoragePlugin implements KVStorage interface for testing |
| 79 | type TestKVStoragePlugin struct { |
| 80 | operator *plugin.KVOperator |
| 81 | } |
| 82 | |
| 83 | // Info returns plugin information |
| 84 | func (p *TestKVStoragePlugin) Info() plugin.Info { |
nothing calls this directly
no outgoing calls
no test coverage detected