Versions in this module Expand all Collapse all v0 v0.1.0 Mar 10, 2023 Changes in this version + func NewErrFileNotFound(file, location string, err error) error + func NewErrInvalidCfgExt(str string) error + func NewErrUnsupportedCfgType(obj interface{}) error + func NewErrUnsupportedUnmarshal(str string) error + type Configurator struct + func New() *Configurator + func (c *Configurator) Initialize(configFile string, cfgStructPtr interface{}) error + func (c *Configurator) Reset() *Configurator + type ErrFileNotFound struct + func (e ErrFileNotFound) Error() string + func (e ErrFileNotFound) Unwrap() error + type ErrInvalidCfgExt string + func (str ErrInvalidCfgExt) Error() string + type ErrUnmarshal struct + func NewErrUnmarshal(err error, bs []byte, fType string, fCtr interface{}) *ErrUnmarshal + func (e *ErrUnmarshal) Error() string + type ErrUnsupportedCfgType struct + func (e ErrUnsupportedCfgType) Error() string + type ErrUnsupportedUnmarshal string + func (u ErrUnsupportedUnmarshal) Error() string