MCPcopy Create free account
hub / github.com/astercloud/aster / OnAgentRegistered

Method OnAgentRegistered

pkg/asteros/interface.go:37–37  ·  view source on GitHub ↗

OnAgentRegistered Agent 注册事件

(agent *agent.Agent)

Source from the content-addressed store, hash-verified

35
36 // OnAgentRegistered Agent 注册事件
37 OnAgentRegistered(agent *agent.Agent) error
38
39 // OnRoomRegistered Room 注册事件
40 OnRoomRegistered(room *core.Room) error

Callers 1

notifyAgentRegisteredMethod · 0.65

Implementers 2

BaseInterfacepkg/asteros/interface.go
TestInterfacepkg/asteros/asteros_test.go

Calls

no outgoing calls

Tested by

no test coverage detected