Versions in this module Expand all Collapse all v1 v1.8.5 Sep 3, 2023 Changes in this version + var ReaderDecoderByFormat = make(map[string]readerDecoder) + func BuildConfig(files []string, formats []string) (*core.Config, error) + func DecodeJSONConfig(reader io.Reader) (*conf.Config, error) + func DecodeTOMLConfig(reader io.Reader) (*conf.Config, error) + func DecodeYAMLConfig(reader io.Reader) (*conf.Config, error) + func LoadJSONConfig(reader io.Reader) (*core.Config, error) + func LoadTOMLConfig(reader io.Reader) (*core.Config, error) + func LoadYAMLConfig(reader io.Reader) (*core.Config, error)