MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / main

Function main

agent/cmd/server/main.go:36–41  ·  view source on GitHub ↗

@title 1Panel @version 2.0 @description Top-Rated Web-based Linux Server Management Tool @termsOfService http://swagger.io/terms/ @license.name GPL-3.0 @license.url https://www.gnu.org/licenses/gpl-3.0.html @BasePath /api/v2 @schemes http https @securityDefinitions.apikey ApiKeyAuth @description Cus

()

Source from the content-addressed store, hash-verified

34// @description - `1Panel-Timestamp` is the Unix timestamp of the current time in seconds.
35
36func main() {
37 if err := cmd.RootCmd.Execute(); err != nil {
38 fmt.Fprintln(os.Stderr, err)
39 os.Exit(1)
40 }
41}

Callers

nothing calls this directly

Calls 1

ExecuteMethod · 0.45

Tested by

no test coverage detected