diff options
author | Valery Piashchynski <[email protected]> | 2021-04-30 16:32:11 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-04-30 16:32:11 +0300 |
commit | 4236dfac2cd65a9031b04aa659448152868a4190 (patch) | |
tree | 591e77440a7f595d595c72cf1129e235501a75b1 /plugins/kv/config.go | |
parent | 38021decff98dabcab873f4c258f12d122988cdd (diff) | |
parent | 009b7009885d8a15e6fa6c7e78436087b2f20129 (diff) |
Merge branch 'beta' into stable
Diffstat (limited to 'plugins/kv/config.go')
-rw-r--r-- | plugins/kv/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/kv/config.go b/plugins/kv/config.go index 9ecae644..66095817 100644 --- a/plugins/kv/config.go +++ b/plugins/kv/config.go @@ -1,5 +1,6 @@ package kv +// Config represents general storage configuration with keys as the user defined kv-names and values as the drivers type Config struct { Data map[string]interface{} `mapstructure:"kv"` } |