Skip to content

Commit

Permalink
Added docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tisnik committed Nov 24, 2023
1 parent 2eb27a7 commit ac55856
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac55856

Please sign in to comment.