# Functions
ConfigFromContext retrieves the configuration.Manager previously added to the context with [ContextWithConfig].
No description provided by the author
ContextWithConfig adds a configuration manager to the given context.
ContextWithSecrets adds a secrets manager to the given context.
New configuration manager.
NewConfigurationManager creates a new configuration manager with the default configuration providers.
NewDefaultConfigurationManagerFromConfig creates a new configuration manager from the project config found in the config paths.
NewDefaultSecretsManagerFromConfig creates a new secrets manager from the project config found in the config paths.
NewSecretsManager creates a new secrets manager with the default secret providers.
No description provided by the author
SecretsFromContext retrieves the secrets configuration.Manager previously added to the context with [ContextWithConfig].