# Functions
LoadConfig loads config into v from file, .json, .yaml and .yml are acceptable.
LoadConfigFromJsonBytes loads config into v from content json bytes.
LoadConfigFromYamlBytes loads config into v from content yaml bytes.
LoadProperties loads the properties into a properties configuration instance.
MustLoad loads config into v from path, exits on error.
NewProperties builds a new properties configuration structure.
UseEnv customizes the config to use environment variables.
# Structs
PropertyError represents a configuration error message.
# Interfaces
Properties interface provides the means to access configuration.
# Type aliases
No description provided by the author