Skip to main content

Module config_type

Module config_type 

Source
Expand description

The type a config property’s values take.

A small expression grammar rather than an enum of names, because the fleet’s registries need composition — list<string>, map<string,string>, option<path>, and the occasional union like bool|string. Anything unrecognized parses as Base::Custom and is preserved verbatim: a spec written for a newer usage, or one naming a type only its own tool understands, keeps working rather than failing to load.

Enums§

Base
A named, non-composite type.
SpecConfigType
A config property’s type, as written.