MCPcopy Index your code
hub / github.com/Cyinx/einx / Module

Interface Module

context/module.go:8–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7type TimerHandler = timer.TimerHandler
8type Module interface {
9 GetID() AgentID
10 GetName() string
11 RpcCall(string, ...interface{})
12 AddTimer(delay uint64, op TimerHandler, args ...interface{}) uint64
13 RemoveTimer(timer_id uint64) bool
14}

Callers 4

doRunFunction · 0.65
AddTimerMethod · 0.65
OnPingMethod · 0.65
handle_eventMethod · 0.65

Implementers 1

modulemodule/module.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…