Versions in this module Expand all Collapse all v0 v0.1.1 Jul 7, 2022 v0.1.0 Apr 26, 2022 Changes in this version + type EnvCodec struct + func (EnvCodec) Decode(b []byte, v map[string]interface{}) error + type IniCodec struct + KeyDelimiter string + func (c IniCodec) Decode(b []byte, v map[string]interface{}) error + type JsonCodec struct + func (c JsonCodec) Decode(b []byte, v map[string]interface{}) error + type TomlCodec struct + func (TomlCodec) Decode(b []byte, v map[string]interface{}) error + type YamlCodec struct + func (YamlCodec) Decode(b []byte, v map[string]interface{}) error