From f85172106b4723b705aa75c3c310e8cebd050a8d Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Tue, 18 May 2021 15:36:06 +0300 Subject: - Add protected connection - Update arch diagram - Update interfaces Signed-off-by: Valery Piashchynski --- plugins/kv/storage.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/kv') diff --git a/plugins/kv/storage.go b/plugins/kv/storage.go index fe2fa10b..319915c5 100644 --- a/plugins/kv/storage.go +++ b/plugins/kv/storage.go @@ -90,7 +90,7 @@ func (p *Plugin) Serve() chan error { return errCh } - // config key for the particular sub-driver + // config key for the particular sub-driver kv.memcached configKey := fmt.Sprintf("%s.%s", PluginName, k) // at this point we know, that driver field present in the cofiguration switch v.(map[string]interface{})[driver] { -- cgit v1.2.3