2023-08-09 22:30:27 +08:00
|
|
|
# This file is used by gen-api-v1-docs.ps1 and gen-api-v1-docs.sh
|
2023-08-09 10:53:06 -03:00
|
|
|
|
|
|
|
# You should list aditional dirs here if the API grows
|
2024-03-03 15:05:42 +08:00
|
|
|
SWAG_API_DIRS=./server/route/api/v1
|
2023-08-09 10:53:06 -03:00
|
|
|
|
|
|
|
# Where general API info is documented
|
2024-03-03 15:05:42 +08:00
|
|
|
SWAG_GENERAL_INFO=./server/route/api/v1/v1.go
|
2023-08-09 10:53:06 -03:00
|
|
|
|
|
|
|
# Possible output files: go (docs.go), json (swagger.json), yaml (swagger.yaml)
|
|
|
|
SWAG_OUTPUT_TYPES=go,yaml
|
|
|
|
|
|
|
|
# Where generated files are outputted
|
2024-03-03 15:05:42 +08:00
|
|
|
SWAG_OUTPUT=./server/route/api/v1
|