# Functions
LoadCertificatesFrom returns certificates for a given pem file.
LoadKeyPairFrom returns a configured TLS certificate.
MongoSession creates a Mongo session.
ParameterizeString parameterizes the given string.
ParseEnabledGroups parses the groups passed by the command line input.
SnakeCase converts the given text to snakecase/underscore syntax.
# Variables
EnabledGroups is map with the group name as field and a boolean indicating wether that group is enabled or not.
# Structs
MongoSessionOpts represents options for a Mongo session.