@@ -1,3 +1,13 @@
|
||||
// Package main vCTP API entrypoint.
|
||||
//
|
||||
// @title vCTP API
|
||||
// @version 1.0
|
||||
// @description vCTP API endpoints for inventory snapshots, reporting, and administration.
|
||||
// @BasePath /
|
||||
// @schemes http https
|
||||
// @securityDefinitions.apikey BearerAuth
|
||||
// @in header
|
||||
// @name Authorization
|
||||
package main
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user