Versions in this module Expand all Collapse all v11 v11.3.3 Dec 13, 2022 Changes in this version + var ErrDisconnect = errors.New("disconnect escape sequence detected") + var ErrTooMuchBufferedData = errors.New("internal buffer has grown too big") + type Reader struct + func NewReader(in io.Reader, out io.Writer, onDisconnect func(error)) *Reader + func (r *Reader) Read(buf []byte) (int, error) Other modules containing this package github.com/zmb3/teleport