chore: update swag docs (#2178)

* chore: update swag docs

* chore: update
This commit is contained in:
boojack
2023-08-26 08:07:43 +08:00
committed by GitHub
parent ad1822d308
commit 18fb02a1ec
12 changed files with 546 additions and 28 deletions

View File

@@ -4,7 +4,7 @@
SWAG_API_DIRS=./api/v1
# Where general API info is documented
SWAG_GENERAL_INFO=./server/server.go
SWAG_GENERAL_INFO=./api/v1/v1.go
# Possible output files: go (docs.go), json (swagger.json), yaml (swagger.yaml)
SWAG_OUTPUT_TYPES=go,yaml