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

Struct Stopped

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

Stopped Actor 已停止消息

Source from the content-addressed store, hash-verified

208
209// Stopped Actor 已停止消息
210type Stopped struct{}
211
212func (s *Stopped) Kind() string { return "system.stopped" }
213

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected