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

Interface EventMsg

event/event_msg.go:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26)
27
28type EventMsg interface {
29 GetType() EventType
30 Reset()
31}
32
33type ComponentEventMsg struct {
34 MsgType EventType

Callers 8

handle_eventMethod · 0.65
RunMethod · 0.65
handle_data_eventMethod · 0.65
handle_rpcMethod · 0.65
RunMethod · 0.65
MakeLogTimePathMethod · 0.65

Implementers 5

PingEventMsgnetwork/keep_alive.go
ComponentEventMsgevent/event_msg.go
SessionEventMsgevent/event_msg.go
DataEventMsgevent/event_msg.go
RpcEventMsgevent/event_msg.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…