Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Message ¶
type Message struct { Type MessageType UnitID int32 Payload interface{} }
type MessageType ¶
type MessageType uint8
const ( TypInfoRequest MessageType = iota TypInfoResponse TypBufferOption TypConfigure TypStart TypStop TypTerminated TypEvent TypEventChain TypStdout )
type PluginInfo ¶
type PluginInfo struct {
ProtoVer uint8 `codec:"proto_ver"`
}
Click to show internal directories.
Click to hide internal directories.