Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UpdateRule ¶ added in v1.8.2
Types ¶
type Client ¶
type Detail ¶
type Detail struct { DirectedInterfaceName string `json:"directedInterfaceName"` DirectedInterfaceV4Addr string `json:"directedInterfaceV4Addr"` TunInterfaceName string `json:"tunInterfaceName"` LocalDns DnsDetail `json:"localDns"` RemoteDns DnsDetail `json:"remoteDns"` BoostDns DnsDetail `json:"boostDns"` HubAddress string `json:"hubAddress"` }
type MixedProxyClient ¶ added in v1.29.0
type MixedProxyClient struct {
// contains filtered or unexported fields
}
func (*MixedProxyClient) Close ¶ added in v1.29.0
func (m *MixedProxyClient) Close() error
func (*MixedProxyClient) RuntimeDetail ¶ added in v1.29.0
func (m *MixedProxyClient) RuntimeDetail(hubAddress string) (interface{}, error)
func (*MixedProxyClient) Start ¶ added in v1.29.0
func (m *MixedProxyClient) Start() error
type MixedProxyDetail ¶ added in v1.29.0
type MixedProxyDetail struct {
HubAddress string `json:"hubAddress"`
}
type SysProxyDetail ¶ added in v0.11.0
type SysProxyDetail struct {
HubAddress string `json:"hubAddress"`
}
type SystemProxyClient ¶ added in v0.11.0
type SystemProxyClient struct {
// contains filtered or unexported fields
}
func (*SystemProxyClient) Close ¶ added in v0.11.0
func (c *SystemProxyClient) Close() error
func (*SystemProxyClient) RuntimeDetail ¶ added in v0.11.0
func (c *SystemProxyClient) RuntimeDetail(hubAddress string) (interface{}, error)
func (*SystemProxyClient) Start ¶ added in v0.11.0
func (c *SystemProxyClient) Start() error
type TunClient ¶ added in v0.11.0
func (*TunClient) RuntimeDetail ¶ added in v0.11.0
Click to show internal directories.
Click to hide internal directories.