structure

package
v0.0.0-...-280623b Latest Latest
Warning

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

Go to latest
Published: May 8, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Decoder

type Decoder struct {
	// contains filtered or unexported fields
}

Decoder is the core of structure

func NewDecoder

func NewDecoder(option Option) *Decoder

NewDecoder return a Decoder by Option

func (*Decoder) Decode

func (d *Decoder) Decode(src map[string]interface{}, dst interface{}) error

Decode transform a map[string]interface{} to a struct

type Option

type Option struct {
	TagName          string
	WeaklyTypedInput bool
}

Option is the configuration that is used to create a new decoder

Jump to

Keyboard shortcuts

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