Versions in this module Expand all Collapse all v1 v1.0.0 Sep 30, 2025 Changes in this version + func BatchDelete(c *gin.Context, in *BatchDeleteRequest) + func Create(c *gin.Context, in *CreateRequest) + func Delete(c *gin.Context, in *DeleteRequest) + func Edit(c *gin.Context, in *EditRequest) + func Export(c *gin.Context, in *ExportRequest) + func Import(c *gin.Context) + func Restart(c *gin.Context, in *RestartRequest) + func Start(c *gin.Context, in *StartRequest) + func Status(c *gin.Context, in *StatusRequest) + func Stop(c *gin.Context, in *StopRequest) + type BatchDeleteRequest struct + Uuid []string + type CreateRequest struct + ListenPort string + Name string + TargetAddress string + TargetPort string + Type string + type DeleteRequest struct + Name string + type EditRequest struct + ListenPort string + Name string + TargetAddress string + TargetPort string + Type string + Uuid string + type ExportRequest struct + Uuid []string + type RestartRequest struct + Name string + type StartRequest struct + Name string + type StatusRequest struct + Name string + type StopRequest struct + Name string