Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Topic ¶
type Topic string
const ( Separator = "." // used to separate topic segments Root Topic = "aliecs" Run Topic = Root + Separator + "run" // currently unused, intended for detailed run information e.g. SOR, SOEOR, EOEOR Environment Topic = Root + Separator + "environment" Role Topic = Root + Separator + "role" // currently unused, intended for role state change events Task Topic = Root + Separator + "task" Call Topic = Root + Separator + "call" Core Topic = Root + Separator + "core" IntegratedService Topic = Root + Separator + "integrated_service" )
Click to show internal directories.
Click to hide internal directories.