package
0.0.0-20240524142848-8ffcee55badc
Repository: https://github.com/kanthorlabs/common.git
Documentation: pkg.go.dev
# Functions
New creates a new configuration provider with the given namespace by default, it will create a file configuration provider.
NewFile creates a configuration provider that - reads configuraton with name `configs.yaml` from the given directories - reads environment variables with prefix `ns`
the configuration inside the file will be merged and overriden by the environment variables.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author