Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
type
EventMsg
interface
{
29
GetType() EventType
30
Reset()
31
}
32
33
type
ComponentEventMsg
struct
{
34
MsgType EventType
Callers
8
handle_event
Method · 0.65
Run
Method · 0.65
handle_data_event
Method · 0.65
handle_component_event
Method · 0.65
handle_component_error
Method · 0.65
handle_rpc
Method · 0.65
Run
Method · 0.65
MakeLogTimePath
Method · 0.65
Implementers
5
PingEventMsg
network/keep_alive.go
ComponentEventMsg
event/event_msg.go
SessionEventMsg
event/event_msg.go
DataEventMsg
event/event_msg.go
RpcEventMsg
event/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…