Documentation
¶
Index ¶
- func NewHttpDriver(rawurl string, parent vmnet.NetDriver) (vmnet.NetDriver, error)
- func NewProxyDriver(rawurl string, parent vmnet.NetDriver) (vmnet.NetDriver, error)
- func NewSock5Driver(rawurl string, parent vmnet.NetDriver) (vmnet.NetDriver, error)
- type Dialer
- type DirectDriver
- type HttpDriver
- type Sock5Driver
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHttpDriver ¶
func NewProxyDriver ¶
Types ¶
type DirectDriver ¶
type DirectDriver struct{}
func (DirectDriver) Packet ¶
func (DirectDriver) Packet(ctx context.Context, network, address string) (net.PacketConn, error)
type HttpDriver ¶
Click to show internal directories.
Click to hide internal directories.