diff options
Diffstat (limited to 'plugins/kv/interface.go')
-rw-r--r-- | plugins/kv/interface.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/kv/interface.go b/plugins/kv/interface.go index 744c6b51..5aedd5c3 100644 --- a/plugins/kv/interface.go +++ b/plugins/kv/interface.go @@ -37,5 +37,5 @@ type StorageDriver interface { // Provider provides storage based on the config type Provider interface { // Provide provides Storage based on the config key - Provide(key string) (Storage, error) + KVProvide(key string) (Storage, error) } |