Versions in this module Expand all Collapse all v1 v1.0.0 Oct 11, 2022 Changes in this version + type Conn struct + func NewConn() *Conn + func (c *Conn) ByteRead(read []byte) *Conn + func (c *Conn) ByteWrite(write []byte) *Conn + func (c *Conn) Close() error + func (c *Conn) Closed() *Conn + func (c *Conn) ErrRead(err error) *Conn + func (c *Conn) ErrWrite(err error) *Conn + func (c *Conn) NoResp() *Conn + func (c *Conn) ProcessRead(f func(step, count int) ([]byte, error)) *Conn + func (c *Conn) ProcessWrite(f func(step, count int) ([]byte, error)) *Conn + func (c *Conn) Read(out []byte) (int, error) + func (c *Conn) Times(n int) *Conn + func (c *Conn) Validate() []error + func (c *Conn) Wait(s int) *Conn + func (c *Conn) Write(in []byte) (int, error)