Documentation
¶
Overview ¶
Package sourcefile loads configuration from YAML, JSON, or TOML files.
Format is auto-detected from extension (.yaml, .json, .toml).
Example:
source := sourcefile.New("config.yaml", sourcefile.Options{Required: true})
loader := rigging.NewLoader[Config]().WithSource(source)
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.