Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader struct {
Reader io.Reader
Timeout time.Duration
// Ch is the output channel. This will be closed when there are no
// more lines (io.EOF).
Ch chan string
// contains filtered or unexported fields
}
Reader takes an io.Reader and pushes the lines out onto the channel.
Click to show internal directories.
Click to hide internal directories.