Documentation ¶
Index ¶
Constants ¶
View Source
const ( PushFormatJSON = "json" PushFormatPb = "pb" )
push format
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Receiver ¶
Receiver 从节点接受推送
- 注册/重新激活推送
- 接受推送: (BlockSeqs, pb/json Receiver 处理, gzip http 外部处理) 数据协议: *types.BlockSeqs < pb/json < gzip < http
func CreateReceiver ¶
CreateReceiver ...
func NewReceiver ¶
type ReceiverConvert ¶
type ReceiverConvert interface { RecoverStats() error Register() error ReceiveLoop() // 内部启动http, http请求内部直接解析请求数据,写入rpc es查询库 }
func CreateReceiverConvert ¶
Click to show internal directories.
Click to hide internal directories.