package
0.0.0-20231129005948-e2a80a656c5c
Repository: https://github.com/wencan/fastrest.git
Documentation: pkg.go.dev

# Functions

Decode 解码表单/查询字符串。支持*url.Values和带schema标签的结构体指针。.
Encode 编码表单/查询字符串,支持url.Values和带schema的结构体和结构体指针。.

# Variables

Decoder url.Values解码器。需要结构体字段带schema标签。.
Encoder url.Values编码器。需要结构体字段带schema标签。.