Skip to main content

Module config

Module config 

Source

Structs§

ServiceConfig
Common service metadata used by REST, RPC, gateway, and background services.

Enums§

ConfigError
Errors produced while loading or parsing configuration.
ConfigFormat
The supported serialized configuration formats.
ServiceMode
Service operating mode.

Functions§

load_config
Loads a typed configuration value based on the file extension.
parse_config
Parses a typed configuration value from JSON, JSON5, TOML, or YAML.