Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader interface { // StreamInto feeds the strChan channel for every streamed line. StreamInto(strChan chan<- string) error // Close finalises and invalidates this stream reader. Close() }
func MakeReader ¶
MakeReader builds a continues file/pipe streamer used to feed the logger. If fileName is not provided, it will attempt to consume the input from the stdin.
Click to show internal directories.
Click to hide internal directories.