Skip to content

Commit 864153b

Browse files
committed
[core] Document currently unused topics
1 parent 3b2c74e commit 864153b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

common/event/topic/topic.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ const (
3030
Separator = "." // used to separate topic segments
3131
Root Topic = "aliecs"
3232

33-
Run Topic = Root + Separator + "run"
33+
Run Topic = Root + Separator + "run" // currently unused, intended for detailed run information e.g. SOR, SOEOR, EOEOR
3434
Environment Topic = Root + Separator + "environment"
35-
Role Topic = Root + Separator + "role"
35+
Role Topic = Root + Separator + "role" // currently unused, intended for role state change events
3636
Task Topic = Root + Separator + "task"
3737
Call Topic = Root + Separator + "call"
3838

0 commit comments

Comments
 (0)