Versions in this module Expand all Collapse all v0 v0.8.4 Nov 4, 2019 Changes in this version + type Config struct + MaxRetry int + Name string + Prefix string + Regexp string + Replacer nstrings.Replacer + RetryDelay time.Duration + SliceSeparator string + StopOnFailure bool + Vars []string + type Loader struct + func New(cfg *Config) *Loader + func (l *Loader) Load(s konfig.Values) error + func (l *Loader) MaxRetry() int + func (l *Loader) Name() string + func (l *Loader) RetryDelay() time.Duration + func (l *Loader) StopOnFailure() bool