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

Struct SessionEventMsg

event/event_msg.go:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55type SessionEventMsg struct {
56 MsgType EventType
57 Sender Agent
58 Cid ComponentID
59}
60
61func (this *SessionEventMsg) GetType() EventType {
62 return this.MsgType

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected