============== 系统消息 ============== Started Actor 启动完成消息
| 198 | |
| 199 | // Started Actor 启动完成消息 |
| 200 | type Started struct{} |
| 201 | |
| 202 | func (s *Started) Kind() string { return "system.started" } |
| 203 |
nothing calls this directly
no outgoing calls
no test coverage detected