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

Struct ComponentEventMsg

event/event_msg.go:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33type ComponentEventMsg struct {
34 MsgType EventType
35 Sender Component
36 Attach interface{}
37 Err error
38}
39
40func (this *ComponentEventMsg) GetType() EventType {
41 return this.MsgType

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected