1 Star 0 Fork 0

gaogaoss/go-swagger

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
doc.go 898 Bytes
一键复制 编辑 原始数据 按行查看 历史
gaogao 提交于 2024-07-30 09:49 . first commit
/*Package restapi Issue Tracker API
This application implements a very simple issue tracker.
It's implemented as an API which is described by this swagger spec document.
The go-swagger project uses this specification to test the code generation.
This document contains all possible values for a swagger definition.
This means that it exercises the framework relatively well.
Terms Of Service:
/termsOfService.html
Schemes:
http
https
Host: localhost:8322
BasePath: /api
Version: 1.0.0
License: Apache 2.0 http://www.apache.org/licenses/LICENSE-2.0.html
Contact: Issue Tracker API Team<nobody@nowhere.com> https://task-tracker.goswagger.io
Consumes:
- application/vnd.goswagger.examples.task-tracker.v1+json
- multipart/form-data
Produces:
- application/vnd.goswagger.examples.task-tracker.v1+json
swagger:meta
*/
package restapi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gaogaoss/go-swagger.git
git@gitee.com:gaogaoss/go-swagger.git
gaogaoss
go-swagger
go-swagger
da1ca328b83f

搜索帮助