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

Struct Started

pkg/actor/types.go:200–200  ·  view source on GitHub ↗

============== 系统消息 ============== Started Actor 启动完成消息

Source from the content-addressed store, hash-verified

198
199// Started Actor 启动完成消息
200type Started struct{}
201
202func (s *Started) Kind() string { return "system.started" }
203

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected