Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChanIO ¶
type ChanIO struct {
// Send channel is read by ChanIO and the data sent to Write/WriteFrom
ToRead chan []byte
FromWrite chan []byte
ID string
// contains filtered or unexported fields
}
ChanIO represents a ChanIO that can io.Copy data to/from channels
Click to show internal directories.
Click to hide internal directories.