orflog - get logs from ORF Fusion
This library get records from orf logs.
- Collect records from many servers in one request.
- Return two channels with new and old records
First you get slice with one month logs.
Next you will get channel with new logs.
go get -u github.com/zorion79/orflog
- define options
Opts
- memory!!!
- make service
NewService(opts Opts)
- get channels
s.Channel() (new <-chan *Orf, remove <-chan *Orf)