Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Mapper = make(map[string]Creator)
Functions ¶
Types ¶
type Dialer ¶
type Dialer interface { // DialContext connects to the given address Dial(network, addr string) (c netproxy.Conn, err error) DialContext(ctx context.Context, network, addr string) (c netproxy.Conn, err error) }
Dialer is used to create connection.
type DialerConverter ¶
func (*DialerConverter) Dial ¶
func (d *DialerConverter) Dial(network, addr string) (c netproxy.Conn, err error)
func (*DialerConverter) DialContext ¶
type ManageArgument ¶
Click to show internal directories.
Click to hide internal directories.