Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶ added in v0.0.2
type Reader interface { io.ReadCloser // Reset closes current reader and opens a new one that starts at the beginning of the data Reset() (Reader, error) }
Click to show internal directories.
Click to hide internal directories.