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

Struct RpcEventMsg

event/event_msg.go:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97type RpcEventMsg struct {
98 MsgType EventType
99 Sender Agent
100 RpcName string
101 Data []interface{}
102}
103
104func (this *RpcEventMsg) GetType() EventType {
105 return this.MsgType

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected