Versions in this module Expand all Collapse all v1 v1.1.3 Feb 28, 2025 v1.1.2 Feb 17, 2025 Changes in this version + type Decoder interface + DecodeYAML func(unmarshal func(interface{}) error) error + type MapItem struct + Key interface{} + Value interface{} + type MapSlice []MapItem + type TypeError struct + Errors []string + func (e *TypeError) Error() string v1.1.0 Jan 11, 2025 v1.0.0 Dec 16, 2024 Changes in this version + func NewConfig(in []byte, opts ...ucfg.Option) (*ucfg.Config, error) + func NewConfigWithFile(name string, opts ...ucfg.Option) (*ucfg.Config, error)