Versions in this module Expand all Collapse all v0 v0.1.0 Jul 13, 2026 Changes in this version + func LoadConfig(path string) (*config.Config, error) + type Loader struct + func NewLoader() *Loader + func (l *Loader) Load(path string) (*config.Config, error) + func (l *Loader) LoadFromPath() (*config.Config, error) + func (l *Loader) LoadFromPathOrDefault() *config.Config + func (l *Loader) SetExpandEnv(expand bool) + type Validator struct + func NewValidator() *Validator + func (v *Validator) SetCheckPaths(check bool) + func (v *Validator) Validate(cfg *config.Config) error