Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IO ¶
type IO struct {
// R is an io.Reader instance to be used for reading.
R io.Reader
// W is an io.Writer instance to be used for reading.
W io.Writer
// E is an error which will be returned when reading/writing.
E error
}
IO is a generic Input / Output. It is not mandatory to fill all struct fields.
Click to show internal directories.
Click to hide internal directories.