Expand description
Dynamic Configuration Module
This module provides stateless dynamic configuration utilities for OpenAI API responses.
Following the “Thin Client, Rich API” principle, this module offers configuration management
patterns and validation tools without maintaining persistent configuration state.
Modules§
- exposed
- Exposed namespace of the module.
- orphan
- Orphan namespace of the module.
- own
- Own namespace of the module.
- prelude
- Prelude to use essentials:
use my_module ::prelude :: *.
Structs§
- Config
Change Event - Configuration change event
- Config
Change Receiver - Receiver for configuration change events
- Config
Change Sender - Sender for configuration change events
- Config
Manager - Configuration manager for stateless configuration operations
- Config
Snapshot - Configuration snapshot representing a point-in-time configuration state
- Config
Validator - Configuration validator
- Dynamic
Config Manager - Utilities for dynamic configuration management
Enums§
- Config
Value - Configuration value that can be dynamically updated
- Validation
Rule - Configuration validation rule