Documentation ¶
Index ¶
- type Local
- func (c *Local) Build(proxyName string, proxyInfo string) interfaces.Vendor
- func (c *Local) DialTCP(_ context.Context, url string, network interfaces.RequestOptionsNetwork) (net.Conn, error)
- func (c *Local) DialUDP(_ context.Context, _ string) (net.PacketConn, error)
- func (c *Local) Proxy() constant.Proxy
- func (c *Local) ProxyInfo() interfaces.ProxyInfo
- func (c *Local) Status() interfaces.VendorStatus
- func (c *Local) Type() interfaces.VendorType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Local ¶
type Local struct {
// contains filtered or unexported fields
}
func (*Local) DialTCP ¶
func (c *Local) DialTCP(_ context.Context, url string, network interfaces.RequestOptionsNetwork) (net.Conn, error)
func (*Local) ProxyInfo ¶
func (c *Local) ProxyInfo() interfaces.ProxyInfo
func (*Local) Status ¶
func (c *Local) Status() interfaces.VendorStatus
func (*Local) Type ¶
func (c *Local) Type() interfaces.VendorType
Click to show internal directories.
Click to hide internal directories.