structure

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2023 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultKeyReplacer = strings.NewReplacer("_", "-")

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]any, dst any) error

Decode transform a map[string]any to a struct

type Option

type Option struct {
	TagName          string
	WeaklyTypedInput bool
	KeyReplacer      *strings.Replacer
}

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