fix(api): added missing "x-id"s

This commit is contained in:
yusing
2025-08-16 23:24:03 +08:00
parent 11af9d107a
commit 6b89cd9106
8 changed files with 37 additions and 12 deletions

View File

@@ -27,6 +27,7 @@ type LogsQueryParams struct {
Levels string `form:"levels"`
} // @name LogsQueryParams
// @x-id "logs"
// @BasePath /api/v1
// @Summary Get docker container logs
// @Description Get docker container logs