diff --git a/config.go b/config.go index 5dfbdd9..f5e72d7 100644 --- a/config.go +++ b/config.go @@ -250,6 +250,7 @@ func updateConfigFromClowder(c *ConfigStruct) error { return nil } +// StringSet type is a poor man's implementation of set of strings type StringSet map[string]struct{} // allSupportedDrivers constructs set with names of all supported database