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