summaryrefslogtreecommitdiff
path: root/plugins/kv/interface.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kv/interface.go')
-rw-r--r--plugins/kv/interface.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/kv/interface.go b/plugins/kv/interface.go
index 5aedd5c3..fd906041 100644
--- a/plugins/kv/interface.go
+++ b/plugins/kv/interface.go
@@ -36,6 +36,6 @@ type StorageDriver interface {
// Provider provides storage based on the config
type Provider interface {
- // Provide provides Storage based on the config key
+ // KVProvide provides Storage based on the config key
KVProvide(key string) (Storage, error)
}