Versions in this module Expand all Collapse all v1 v1.6.3 Jul 1, 2021 Changes in this version + type Error interface + Error func() string + Temporary func() bool + type OpError struct + Err error + Op string + func (e *OpError) Error() string + func (e *OpError) Temporary() bool + type Payload struct + func New(supportBinary bool) *Payload + func (p *Payload) Close() error + func (p *Payload) FeedIn(r io.Reader, supportBinary bool) error + func (p *Payload) FlushOut(w io.Writer) error + func (p *Payload) NextReader() (frame.Type, packet.Type, io.ReadCloser, error) + func (p *Payload) NextWriter(ft frame.Type, pt packet.Type) (io.WriteCloser, error) + func (p *Payload) Pause() + func (p *Payload) Resume() + func (p *Payload) SetReadDeadline(t time.Time) error + func (p *Payload) SetWriteDeadline(t time.Time) error + func (p *Payload) Store(op string, err error) error