1 Star 0 Fork 0

zhangjungang/beats

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
doc.go 263 Bytes
Copy Edit Raw Blame History
Nicolas Ruflin authored 2016-07-25 23:00 +08:00 . Refactor processors and readers (#2088)
/*
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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangjungang/beats.git
git@gitee.com:zhangjungang/beats.git
zhangjungang
beats
beats
v5.6.3

Search