Documentation ¶
Index ¶
Constants ¶
View Source
const ( StatusNormal = 1 StatusDelete = 2 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type KafkaMsg ¶
type KafkaMsg struct { // Msg *tail.Line `json:"msg"` Msg string `json:"msg"` Ip string `json:"ip"` }
发送到kafka的消息
type TailsObjMgr ¶
type TailsObjMgr struct {
// contains filtered or unexported fields
}
tailf任务对象管理
Click to show internal directories.
Click to hide internal directories.