模式:软件包gorillaschema用表单值填充结构 源码
图式 软件包gorilla / schema在结构值之间进行结构转换。 例 这是一个简单的示例:我们解析POST表单值,然后将其解码为结构: // Set a Decoder instance as a package global, because it caches // meta-data about structs, and an instance can be shared safely. var decoder = schema . NewDecoder () type Person struct { Name string Phone string } fu
文件列表
schema-master.zip
(预估有个13文件)
schema-master
decoder.go
14KB
doc.go
4KB
.github
release-drafter.yml
126B
stale.yml
343B
encoder.go
5KB
converter.go
3KB
LICENSE
1KB
encoder_test.go
10KB
暂无评论