Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(options ClientOptions) (*Client, error)
func (*Client) PeerListener ¶
func (*Client) UpdateProxyConfigurer ¶
func (c *Client) UpdateProxyConfigurer(proxyCfgs []v1.ProxyConfigurer)
type ClientOptions ¶
type ClientOptions struct { Common *v1.ClientCommonConfig Spec *msg.ClientSpec HandleWorkConnCb func(*v1.ProxyBaseConfig, net.Conn, *msg.StartWorkConn) bool }
Click to show internal directories.
Click to hide internal directories.