Versions in this module Expand all Collapse all v0 v0.1.0 Nov 11, 2025 v0.0.1 Nov 1, 2025 Changes in this version + func Load[T any](c *T, opts ...Option) error + type Duration time.Duration + func (d *Duration) Duration() time.Duration + func (d *Duration) String() string + func (d *Duration) UnmarshalText(text []byte) error + func (d *Duration) UnmarshalYAML(value *yaml.Node) error + type Option func(*options) + func WithLocalYAML(path string) Option