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

Method PostEvent

event/event_msg.go:120–120  ·  view source on GitHub ↗
(EventType, Agent, ComponentID)

Source from the content-addressed store, hash-verified

118
119type EventReceiver interface {
120 PostEvent(EventType, Agent, ComponentID)
121 PostData(EventType, ProtoTypeID, Agent, interface{})
122 PushEventMsg(ev EventMsg)
123}

Callers 2

do_tcp_acceptMethod · 0.65
connectMethod · 0.65

Implementers 1

modulemodule/module.go

Calls

no outgoing calls

Tested by

no test coverage detected