Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type Connection struct {
// contains filtered or unexported fields
}
func Dial ¶
func Dial(options DialOptions) (*Connection, error)
func (*Connection) Close ¶
func (c *Connection) Close() error
type DialOptions ¶
type ListenOptions ¶
type Listener ¶
type Listener struct {
// contains filtered or unexported fields
}
func SetupListener ¶
func SetupListener(options ListenOptions, handle func(conn *Connection)) (*Listener, error)
Click to show internal directories.
Click to hide internal directories.