文件名称:gin-swagger:使用 Swagger 2.0 自动生成 RESTful API 文档的 gin 中间件
文件大小:6.21MB
文件格式:ZIP
更新时间:2024-08-13 14:36:19
golang middleware swagger gin gin-middleware
大摇大摆的 gin 中间件使用 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 -u github.com/swaggo/gin-swagger $ go get -u github.com/swaggo/files 并在您的代码中导入以下内容: import "github.com/swaggo/gin-swagger" // gin-swagger middleware import "
【文件预览】:
gin-swagger-master
----.gitignore(211B)
----go.mod(788B)
----swagger_test.go(4KB)
----swagger.go(7KB)
----swaggerFiles()
--------ab0x.go(3KB)
--------b0xfile__oauth2-redirect.html.go(8KB)
--------b0xfile__swagger-ui.js.go(1.3MB)
--------b0xfile__swagger-ui-standalone-preset.js.map.go(8.46MB)
--------b0xfile__favicon-32x32.png.go(5KB)
--------b0xfile__swagger-ui.css.go(133KB)
--------b0xfile__swagger-ui-bundle.js.map.go(42.87MB)
--------b0xfile__swagger-ui.js.map.go(8.26MB)
--------b0xfile__swagger-ui.css.map.go(904B)
--------b0xfile__index.html.go(14KB)
--------b0xfile__favicon-16x16.png.go(2KB)
--------b0xfile__swagger-ui-bundle.js.go(5.8MB)
--------b0xfile__swagger-ui-standalone-preset.js.go(1.26MB)
----.travis.yml(195B)
----LICENSE(1KB)
----go.sum(9KB)
----README.md(4KB)
----example()
--------gzipped()
--------basic()
----b0x.yml(2KB)