gen-api-v1-docs.cfg 385 B

12345678910111213
  1. # This file is used by gen-api-v1-docs.ps1 and gen-api-v1-docs.sh
  2. # You should list aditional dirs here if the API grows
  3. SWAG_API_DIRS=./api/v1
  4. # Where general API info is documented
  5. SWAG_GENERAL_INFO=./api/v1/v1.go
  6. # Possible output files: go (docs.go), json (swagger.json), yaml (swagger.yaml)
  7. SWAG_OUTPUT_TYPES=go,yaml
  8. # Where generated files are outputted
  9. SWAG_OUTPUT=./api/v1