Documentation
¶
Index ¶
Constants ¶
View Source
const ( ENV_LOCAL = "local" ENV_PRODUCTION = "production" ENV_STAGING = "staging" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Application ¶
type LoadConfiguration ¶
type LoadConfiguration[T EnvAware] struct { ConfigName string ConfigPaths []string EnvPrefix string PostLoaders []PostLoader[T] // contains filtered or unexported fields }
func (*LoadConfiguration[T]) SeparateConfigNameAndType ¶
func (l *LoadConfiguration[T]) SeparateConfigNameAndType() (string, string)
type PostLoader ¶
Click to show internal directories.
Click to hide internal directories.