Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶ added in v1.1.0
type Client struct { CurrentConnections int32 // contains filtered or unexported fields }
func NewTracingClient ¶
func (*Client) DialContext ¶ added in v1.1.0
type Connection ¶ added in v1.1.0
type Connection struct { net.Conn OnEventCallback func(clientClosed bool, serverClosed bool, err error) }
func (*Connection) CallEvent ¶ added in v1.1.0
func (t *Connection) CallEvent(err error)
func (*Connection) Close ¶ added in v1.1.0
func (t *Connection) Close() error
Click to show internal directories.
Click to hide internal directories.