Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Socks5Client ¶
type Socks5Client struct {
Addr string
// contains filtered or unexported fields
}
func NewSocks5Client ¶
func NewSocks5Client(addr string) *Socks5Client
func (*Socks5Client) Close ¶
func (c *Socks5Client) Close() (err error)
func (*Socks5Client) SetSocksAuth ¶
func (c *Socks5Client) SetSocksAuth(username, password string)
Click to show internal directories.
Click to hide internal directories.