Documentation ¶
Index ¶
- Variables
- type ChainedClosable
- type Client
- type Config
- type GunConn
- func (g *GunConn) Close() error
- func (g *GunConn) LocalAddr() net.Addr
- func (g *GunConn) Read(b []byte) (n int, err error)
- func (g *GunConn) RemoteAddr() net.Addr
- func (g *GunConn) SetDeadline(t time.Time) error
- func (g *GunConn) SetReadDeadline(t time.Time) error
- func (g *GunConn) SetWriteDeadline(t time.Time) error
- func (g *GunConn) Write(b []byte) (n int, err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrInvalidLength = errors.New("invalid length")
)
Functions ¶
This section is empty.
Types ¶
type ChainedClosable ¶
func (ChainedClosable) Close ¶
func (cc ChainedClosable) Close() error
Close implements io.Closer.Close().
type GunConn ¶
type GunConn struct {
// contains filtered or unexported fields
}
func (*GunConn) RemoteAddr ¶
Click to show internal directories.
Click to hide internal directories.