mapstruct

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package mapstruct provides utilities that decode map and inject values into struct

Index

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

func DecodeStructToMap(val interface{}) (sm map[string]interface{}, ok bool)

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.

Jump to

Keyboard shortcuts

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