systemmetadata

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const SystemMetadataCausationId = "$causationId"

SystemMetadataCausationId is the application level causation ID associated with this message.

View Source
const SystemMetadataCorrelationId = "$correlationId"

SystemMetadataCorrelationId is the application level correlation ID associated with this message.

View Source
const SystemMetadataKeysContentType = "content-type"

SystemMetadataKeysContentType ...

View Source
const SystemMetadataKeysCreated = "created"

SystemMetadataKeysCreated ...

View Source
const SystemMetadataKeysType = "type"

SystemMetadataKeysType ...

Variables

This section is empty.

Functions

func IsSystemStream

func IsSystemStream(streamId string) bool

Types

type SystemEventType

type SystemEventType string
const (
	SystemEventStreamDeleted   SystemEventType = "$streamDeleted"
	SystemEventStatsCollection SystemEventType = "$statsCollected"
	SystemEventLinkTo          SystemEventType = "$>"
	SystemEventStreamMetadata  SystemEventType = "$metadata"
	SystemEventSettings        SystemEventType = "$settings"
)

type SystemRole

type SystemRole string
const (
	SystemRoleAdmin      SystemRole = "$admins"
	SystemRoleOperations SystemRole = "$ops"
	SystemRoleAll        SystemRole = "$all"
)

type SystemStream

type SystemStream string
const (
	AllStream         SystemStream = "$all"
	StreamsStream     SystemStream = "$streams"
	SettingsStream    SystemStream = "$settings"
	StatsStreamPrefix SystemStream = "$stats"
)

Jump to

Keyboard shortcuts

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