Versions in this module Expand all Collapse all v0 v0.48.3 Apr 3, 2023 v0.48.2 Apr 3, 2023 Changes in this version + type Client struct + func New(host string, port int) *Client + func (c *Client) GetConfig() (string, error) + func (c *Client) GetProxyStatus(name string) (*client.ProxyStatusResp, error) + func (c *Client) Reload() error + func (c *Client) SetAuth(user, pwd string) + func (c *Client) UpdateConfig(content string) error