mapstructure

package
v0.0.0-...-10b6da0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decode

func Decode(input interface{}, result interface{}) error

Decode 简化版解码函数

Types

type Decoder

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

Decoder 结构体用于存储解码器配置

func NewDecoder

func NewDecoder(result interface{}) *Decoder

NewDecoder 创建一个新的解码器

func (*Decoder) Decode

func (d *Decoder) Decode(input interface{}) error

Decode 解码数据到目标结构体

Jump to

Keyboard shortcuts

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