Versions in this module Expand all Collapse all v0 v0.100.1 Jun 23, 2024 v0.100.0 Jun 23, 2024 Changes in this version + type Client struct + func NewClient(options ClientOptions) (*Client, error) + func (c *Client) Close() + func (c *Client) PeerListener() net.Listener + func (c *Client) Run(ctx context.Context) error + func (c *Client) Service() *client.Service + func (c *Client) UpdateProxyConfigurer(proxyCfgs []v1.ProxyConfigurer) + type ClientOptions struct + Common *v1.ClientCommonConfig + HandleWorkConnCb func(*v1.ProxyBaseConfig, net.Conn, *msg.StartWorkConn) bool + Spec *msg.ClientSpec