Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotBind = errors.New("socket not bind") ErrAlreadyBind = errors.New("socket already bind") ErrNotListen = errors.New("socket not listen") ErrAlreadyListen = errors.New("socket already listen") ErrNotConnect = errors.New("socket not connect") ErrAlreadyConnect = errors.New("socket already connect") )
Functions ¶
This section is empty.
Types ¶
type Conn ¶
type Conn interface { filesystem.ControlFile Read(b []byte) (n int, err error) Write(b []byte) (n int, err error) }
Click to show internal directories.
Click to hide internal directories.