Versions in this module Expand all Collapse all v1 v1.2.0 Aug 30, 2023 Changes in this version + func FromFile(name string, opts ...Option) core.ConfigProvider + func FromRaw(configBytes []byte, configType string, opts ...Option) core.ConfigProvider + func FromReader(in io.Reader, configType string, opts ...Option) core.ConfigProvider + type Option func(opts *options) error + func WithEnvPrefix(prefix string) Option