Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddressListDecodeFunc ¶ added in v1.3.0
func AddressListDecodeFunc() mapstructure.DecodeHookFunc
AddressListDecodeFunc mapstructure decode func for p2p.AddressList. AddressList can be represented either by a string or by a slice of strings.
func AtxVersionsDecodeFunc ¶ added in v1.6.0
func AtxVersionsDecodeFunc() mapstructure.DecodeHookFunc
AtxVersionsDecodeFunc mapstructure decode func for activation.AtxVersions.
func BigRatDecodeFunc ¶
func BigRatDecodeFunc() mapstructure.DecodeHookFunc
BigRatDecodeFunc mapstructure decode func for big.Rat.
func DeprecatedHook ¶ added in v1.4.0
func DeprecatedHook() mapstructure.DecodeHookFunc
func PostProviderIDDecodeFunc ¶ added in v1.1.0
func PostProviderIDDecodeFunc() mapstructure.DecodeHookFunc
PostProviderIDDecodeFunc mapstructure decode func for activation.PostProviderID.
Types ¶
type Deprecated ¶ added in v1.4.0
type Deprecated interface {
DeprecatedMsg() string
}
Deprecated is an interface for deprecated config fields. A deprecated config field should implement this interface (with a value receiver) and return a message explaining the deprecation.
Click to show internal directories.
Click to hide internal directories.