1 Star 1 Fork 0

xvliang / ratchet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
models.go 572 Bytes
一键复制 编辑 原始数据 按行查看 历史
xvliang 提交于 2021-05-20 16:13 . 添加 examples
package mypkg
const (
Query1Helper = "query1"
Query2Helper = "query2"
)
type ReceivedData1 struct {
TypeHelper string `json:"type_helper,omitempty"`
ID int `json:"id,omitempty"`
Name string `json:"name,omitempty"`
}
type ReceivedData2 struct {
TypeHelper string `json:"type_helper,omitempty"`
ID int `json:"id,omitempty"`
City string `json:"city,omitempty"`
State string `json:"state,omitempty"`
}
type TransformedData struct {
UserID int `json:"user_id"`
Name string `json:"name"`
City string `json:"city"`
}
1
https://gitee.com/xvliang/ratchet.git
git@gitee.com:xvliang/ratchet.git
xvliang
ratchet
ratchet
52cbd5fa54f3

搜索帮助