Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SetDefault ¶
SetDefault is an interface to abstract setting Viper defaults. (e.g. Allows adding a key prefix to every call to SetDefault when used with SetDefaultFunc.)
type SetDefaultFunc ¶
SetDefaultFunc implements SetDefault.
func (SetDefaultFunc) SetDefault ¶
func (f SetDefaultFunc) SetDefault(key string, value any)
See SetDefault interface.
Click to show internal directories.
Click to hide internal directories.