Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LoadedConfig ¶
type LoadedConfig struct {
BaseConfig model.BaseConfig
Mixins map[string]map[string]any
MixinNodes map[string]*yaml.Node
MixinPaths map[string]string
Zones []model.Zone
RawZones []map[string]any
ZoneNodes map[string]*yaml.Node
ZonePaths map[string]string
}
LoadedConfig holds the raw loaded YAML data from the configuration directory
func Load ¶
func Load(baseDir string) (*LoadedConfig, error)
Load parses bindconfig.yaml, mixins/*.yaml, and zones/*.yaml from the target directory
Click to show internal directories.
Click to hide internal directories.