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