topic

package
v1.46.1 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2025 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Overview

Package topic defines constants and types for event system topics.

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