(ctx context.Context, record EventRecord)
| 65 | // EventObserver receives immutable task events after durable persistence. |
| 66 | type EventObserver interface { |
| 67 | OnTaskEvent(ctx context.Context, record EventRecord) |
| 68 | } |
| 69 | |
| 70 | // TreeView is the manager-owned live snapshot for one task tree. |
no outgoing calls