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 ¶
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" )
Click to show internal directories.
Click to hide internal directories.