//
pkg.gl
Category
github.com/wencan/fastrest
restcodecs
restvalues
package
0.0.0-20231129005948-e2a80a656c5c
Repository:
https://github.com/wencan/fastrest.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
3
Files
66 SLOC
#
Functions
Decode
Decode 解码表单/查询字符串。支持*url.Values和带schema标签的结构体指针。.
Encode
Encode 编码表单/查询字符串,支持url.Values和带schema的结构体和结构体指针。.
#
Variables
Decoder
Decoder url.Values解码器。需要结构体字段带schema标签。.
Encoder
Encoder url.Values编码器。需要结构体字段带schema标签。.