文件名称:encoder:用于以多种格式呈现数据和内容协商的 Martini 编码器服务
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-04 11:07:11
Go
编码器 这是 json 和 xml Marshallers 的简单包装器,具有一些过滤器功能。 与 'render' 包不同,它不写任何东西,只返回编组的字节数组。 例如: type Some struct { Login string `json:"login"` Password string `json:"password,omitempty"` Avatar string `json:"avatar"` } // Adding Filter method func ( this Some ) Filter () interface {} { this . Password = "" // will be omitted in Marshaller this . Avatar = "http://some-orig
【文件预览】:
encoder-master
----encoder.go(2KB)
----LICENSE(1KB)
----encoder_test.go(3KB)
----wercker.yml(25B)
----README.md(3KB)