Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileReader ¶
FileReader is a file reader stream
func (*FileReader) OutChan ¶
func (fileReader *FileReader) OutChan() chan []byte
func (*FileReader) Start ¶
func (fileReader *FileReader) Start()
type Printer ¶
Printer prints
func (*Printer) LineNotifChan ¶
LineNotifChan notifies for every line it prints, and closed on finish
type StdInReader ¶
type StdInReader struct {
Out chan []byte
}
func (*StdInReader) OutChan ¶
func (self *StdInReader) OutChan() chan []byte
func (*StdInReader) Start ¶
func (self *StdInReader) Start()
Click to show internal directories.
Click to hide internal directories.