package
0.386.3
Repository: https://github.com/tbd54566975/ftl.git
Documentation: pkg.go.dev

# 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].

# Structs

Manager is a high-level configuration manager that abstracts the details of the Router and Provider interfaces.