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

Method OnAgentStart

pkg/middleware/interface.go:96–96  ·  view source on GitHub ↗

OnAgentStart Agent 启动时回调

(ctx context.Context, agentID string)

Source from the content-addressed store, hash-verified

94
95 // OnAgentStart Agent 启动时回调
96 OnAgentStart(ctx context.Context, agentID string) error
97
98 // OnAgentStop Agent 停止时回调
99 OnAgentStop(ctx context.Context, agentID string) error

Callers 2

OnAgentStartMethod · 0.65
initializeMethod · 0.65

Implementers 1

BaseMiddlewarepkg/middleware/interface.go

Calls

no outgoing calls

Tested by

no test coverage detected