Expand description
Configuration value types
Represents parsed configuration values before resolution. Values can be scalars (string, int, float, bool, null, bytes), sequences (arrays), or mappings (objects).
The Stream variant is a transient type used to efficiently pass
binary data between resolvers without loading entire contents into memory.
Streams are materialized to bytes before caching.
Enumsยง
- Value
- A configuration value that may contain unresolved interpolations