Documentation ¶
There is no documentation for this package.
Directories ¶
Path | Synopsis |
---|---|
Package harvester harvests different inputs for new information.
|
Package harvester harvests different inputs for new information. |
reader
Package reader provides interface and struct to read messages and report them to a harvester The interface used is: type Reader interface { Next() (Message, error) } Each time Next is called on a reader, a Message object is returned.
|
Package reader provides interface and struct to read messages and report them to a harvester The interface used is: type Reader interface { Next() (Message, error) } Each time Next is called on a reader, a Message object is returned. |
Click to show internal directories.
Click to hide internal directories.