Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ViperBinder ¶
func NewViperBinder ¶
func NewViperBinder(configType string) *ViperBinder
func (*ViperBinder) Get ¶ added in v1.2.20
func (d *ViperBinder) Get(path string) any
func (*ViperBinder) Set ¶ added in v1.4.0
func (d *ViperBinder) Set(path string, val any)
func (*ViperBinder) SetConfig ¶
func (d *ViperBinder) SetConfig(c []byte) error
func (*ViperBinder) Unmarshall ¶ added in v1.5.0
func (d *ViperBinder) Unmarshall(key string, a any) error
Click to show internal directories.
Click to hide internal directories.