Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dialer ¶
type Dialer interface { //Dial creates a new connection to the service Dial() (io.ReadWriter, error) }
type DialerFunc ¶
type DialerFunc func() (io.ReadWriter, error)
func (DialerFunc) Dial ¶
func (f DialerFunc) Dial() (io.ReadWriter, error)
Click to show internal directories.
Click to hide internal directories.