Versions in this module Expand all Collapse all v1 v1.0.0 Sep 30, 2025 Changes in this version + func Create(in *proxy.CreateRequest) error + func Delete(in *proxy.DeleteRequest) error + func Edit(in *proxy.EditRequest) error + func GetDetailByName(name string) (*models.ProxyBasic, error) + func Restart(in *proxy.RestartRequest) error + func Start(in *proxy.StartRequest) error + func Status(name string) ([]*serve.ProxyTask, error) + func Stop(in *proxy.StopRequest) error + type EmptyResponse struct + Code int + Msg string + type Response struct + Code int + Data *info.Reply + Msg string + type StatusResponse struct + Code int + Data []*serve.ProxyTask + Msg string