decoder

package
v1.2.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decode

func Decode(input string, key string, result interface{}, hooks []mapstructure.DecodeHookFunc, unset, unused *[]string) error

func DecodeFile

func DecodeFile(path string, key string, result interface{}, hooks []mapstructure.DecodeHookFunc, unset, unused *[]string) error

func EnumDecodeHook

func EnumDecodeHook(enumType interface{}, enumParser EnumParseFunc) mapstructure.DecodeHookFunc

EnumDecodeHook decodes an enum value based on the provided enumType.

func SetDefaultValues

func SetDefaultValues(input map[string]interface{}, result interface{}) error

Types

type EnumParseFunc

type EnumParseFunc func(enumType interface{}, strVal string) (interface{}, error)

EnumParseFunc represents the signature of enum parse functions.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL