4 Star 0 Fork 0

广州比力信息技术有限公司/go_gin_swagger

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
handler.go 482 Bytes
一键复制 编辑 原始数据 按行查看 历史
mouse 提交于 2023-02-10 14:12 +08:00 . fix
package web
// @hello
// yo yo yo yo
type Pet struct {
ID int `json:"id"`
Category struct {
ID int `json:"id"`
Name string `json:"name"`
} `json:"category"`
Name string `json:"name"`
PhotoUrls []string `json:"photoUrls"`
Tags []struct {
ID int `json:"id"`
Name string `json:"name"`
} `json:"tags"`
Status string `json:"status"`
}
type Pet2 struct {
ID int `json:"id"`
}
type APIError struct {
ErrorCode int
ErrorMessage string
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/infobili/gin-swagger.git
git@gitee.com:infobili/gin-swagger.git
infobili
gin-swagger
go_gin_swagger
198b4e5e46f1

搜索帮助