topic

package
v1.8.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 11, 2024 License: GPL-3.0 Imports: 0 Imported by: 0

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"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL