Files
acc-server-manager/cmd/api/swagger.go
Fran Jurmanović ac61ba5223
All checks were successful
Release and Deploy / build (push) Successful in 2m16s
Release and Deploy / deploy (push) Successful in 25s
update swagger docs
2025-08-05 14:32:37 +02:00

28 lines
816 B
Go

// Package main ACC Server Manager API
//
// @title ACC Server Manager API
// @version 1.0
// @description API for managing Assetto Corsa Competizione dedicated servers
//
// @contact.name ACC Server Manager Support
// @contact.url https://github.com/FJurmanovic/acc-server-manager
//
// @license.name MIT
// @license.url https://opensource.org/licenses/MIT
//
// @host https://acc.jurmanovic.com
// @BasePath /api/v1
// @schemes http https
//
// @securityDefinitions.apikey BearerAuth
// @in header
// @name Authorization
// @description Type "Bearer" followed by a space and JWT token.
//
// @externalDocs.description OpenAPI
// @externalDocs.url https://swagger.io/resources/open-api/
package main
// This file exists solely for Swagger documentation generation.
// Run: swag init -g cmd/api/swagger.go -o docs/