This commit is contained in:
2025-05-23 15:28:30 +04:00
parent 92b9c356b8
commit 0e545e56de
144 changed files with 294 additions and 1907 deletions

View File

@@ -1,23 +1,3 @@
// @title HeroLauncher API
// @version 1.0
// @description HeroLauncher API provides endpoints for managing services, processes, and system resources
// @termsOfService http://swagger.io/terms/
// @contact.name HeroLauncher Support
// @contact.url https://github.com/freeflowuniverse/heroagent
// @contact.email support@heroagent.io
// @license.name MIT
// @license.url https://opensource.org/licenses/MIT
// @host localhost:9021
// @BasePath /
// @schemes http https
// @securityDefinitions.apikey ApiKeyAuth
// @in header
// @name Authorization
package main
import (
@@ -26,8 +6,7 @@ import (
"log"
"os"
"github.com/freeflowuniverse/heroagent/pkg/heroagent"
_ "github.com/freeflowuniverse/heroagent/pkg/heroagent/docs" // Import generated swagger docs
"git.ourworld.tf/herocode/heroagent/pkg/heroagent"
)
func main() {