文件名称:swagger:使用 Swagger 2.0 自动生成 RESTful API 文档的 Iris 中间件
文件大小:6.21MB
文件格式:ZIP
更新时间:2024-06-17 23:33:49
golang middleware swagger iris iris-golang
用于 Iris Web 框架的 Swagger 中间件可按照要求使用 Swagger 2.0 自动生成 RESTful API 文档。 用法 开始使用它 向您的 API 源代码添加注释,。 使用以下命令下载 for Go: $ go get -u github.com/swaggo/swag/cmd/swag 在包含main.go文件的 Go 项目根文件夹中运行 , 将解析注释并生成所需文件( docs文件夹和docs/doc.go )。 $ swag init 使用以下命令下载的 : $ go get github.com/iris-contrib/swagger/v12@master 并在您的代码中导入以下内容: import "github.com/iris-contrib/swagger/v12" // swagger middleware for Iris i
【文件预览】:
swagger-master
----.travis.yml(29B)
----swagger.go(8KB)
----swaggerFiles()
--------ab0x.go(3KB)
--------b0xfile__swagger-ui.js.go(1.3MB)
--------b0xfile__swagger-ui-standalone-preset.js.go(1.26MB)
--------b0xfile__swagger-ui-bundle.js.go(5.8MB)
--------b0xfile__swagger-ui.css.map.go(904B)
--------b0xfile__favicon-16x16.png.go(2KB)
--------b0xfile__index.html.go(14KB)
--------b0xfile__swagger-ui-bundle.js.map.go(42.87MB)
--------b0xfile__swagger-ui-standalone-preset.js.map.go(8.46MB)
--------b0xfile__swagger-ui.css.go(133KB)
--------b0xfile__favicon-32x32.png.go(5KB)
--------b0xfile__swagger-ui.js.map.go(8.26MB)
--------b0xfile__oauth2-redirect.html.go(8KB)
----b0x.yml(2KB)
----LICENSE(1KB)
----.gitignore(21B)
----go.sum(25KB)
----README.md(3KB)
----go.mod(189B)
----_examples()
--------basic()