Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StringTo ¶
func StringTo[T any]( constructor func(string) (T, error), ) mapstructure.DecodeHookFunc
StringTo is a helper function for creating DecodeHookFuncs that convert string to a specific type by parsing the string.
func StringToDialURLFunc ¶
func StringToDialURLFunc() mapstructure.DecodeHookFunc
StringToDialURLFunc returns a DecodeHookFunc that converts string to *url.URL by parsing the string.
func StringToExecutionAddressFunc ¶
func StringToExecutionAddressFunc() mapstructure.DecodeHookFunc
StringToSliceHookFunc returns a DecodeHookFunc that converts string to a `primitives.ExecutionAddresses` by parsing the string.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.