Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // The network exception or the server shutdown caused the session to be closed. ErrClosed = errors.New("session closed") )
Error constants
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client connects to the server through the Dial function. Multiple proxies can be established with the server.
Click to show internal directories.
Click to hide internal directories.