Versions in this module Expand all Collapse all v1 v1.1.0 Oct 15, 2019 Changes in this version + var ErrUndefinedAppPath = errors.New("app.path is undefined") + var ErrUndefinedCliCmd = errors.New("cli.cmd is undefined") v1.0.0 Feb 7, 2019 Changes in this version + const BundleName + const DefConfigFlag + type Bundle struct + func NewBundle() *Bundle + func NewBundleWithConfig(options ...Option) *Bundle + func (b *Bundle) Build(builder *di.Builder) error + func (b *Bundle) Name() string + type Option interface + func AutomaticEnv() Option + func ConfigFile(value string) Option + func ConfigName(value string) Option + func ConfigPath(value string) Option + func ConfigType(value string) Option + func EnvKeyReplacer(value *strings.Replacer) Option + func EnvPrefix(value string) Option + type Viper = viper.Viper Other modules containing this package github.com/gozix/viper/v2 github.com/gozix/viper/v3