MCPcopy Create free account
hub / github.com/Cyinx/einx / DataEventMsg

Struct DataEventMsg

event/event_msg.go:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75type DataEventMsg struct {
76 MsgType EventType
77 Sender Agent
78 TypeID ProtoTypeID
79 MsgData interface{}
80}
81
82func (this *DataEventMsg) GetType() EventType {
83 return this.MsgType

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected