Skip to main content

Module config_loader

Module config_loader 

Source
Expand description

External config loading for multi-instance deployments.

Supports loading configuration from file, URL, inline string, or defaults.

Enums§

ConfigLoadError
Error type for config loading.
ConfigSource
Source for loading configuration.

Functions§

load_config
Loads a GeneratorConfig from the specified source.
reload_config
Reloads configuration from a source into shared state.