Documentation ¶
Overview ¶
Package mapstruct provides utilities that decode map and inject values into struct
Index ¶
- func Decode(to interface{}, from interface{}, opts ...func(*mapstructure.DecoderConfig)) error
- func DecodeStructToMap(val interface{}) (sm map[string]interface{}, ok bool)
- func WithAnnotation(config *mapstructure.DecoderConfig)
- func WithSquash(config *mapstructure.DecoderConfig)
- func WithWeaklyTypedInput(config *mapstructure.DecoderConfig)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Decode ¶
func Decode(to interface{}, from interface{}, opts ...func(*mapstructure.DecoderConfig)) error
Decode decode (convert) map to struct
func DecodeStructToMap ¶ added in v1.3.0
DecodeStructToMap TODO: should improve the performance
func WithAnnotation ¶ added in v1.3.0
func WithAnnotation(config *mapstructure.DecoderConfig)
func WithSquash ¶ added in v1.3.0
func WithSquash(config *mapstructure.DecoderConfig)
func WithWeaklyTypedInput ¶ added in v1.3.0
func WithWeaklyTypedInput(config *mapstructure.DecoderConfig)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.