Documentation ¶
Overview ¶
Package event contains metadata syncing topics.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // MeasureShardEventKindVersion is the version tag of measure shard event kind. MeasureShardEventKindVersion = common.KindVersion{ Version: "v1", Kind: "measure-event-shard", } // MeasureTopicShardEvent is the measure shard event publishing topic. MeasureTopicShardEvent = bus.UniTopic(MeasureShardEventKindVersion.String()) // MeasureEntityEventKindVersion is the version tag of measure entity kind. MeasureEntityEventKindVersion = common.KindVersion{ Version: "v1", Kind: "measure-event-entity", } // MeasureTopicEntityEvent is the measure entity event publishing topic. MeasureTopicEntityEvent = bus.UniTopic(MeasureEntityEventKindVersion.String()) )
View Source
var ( // StreamShardEventKindVersion is the version tag of stream shard entity kind. StreamShardEventKindVersion = common.KindVersion{ Version: "v1", Kind: "stream-event-shard", } // StreamTopicShardEvent is the stream entity event publishing topic. StreamTopicShardEvent = bus.UniTopic(StreamShardEventKindVersion.String()) // StreamEntityEventKindVersion is the version tag of stream entity kind. StreamEntityEventKindVersion = common.KindVersion{ Version: "v1", Kind: "stream-event-entity", } // StreamTopicEntityEvent is the stream entity event publishing topic. StreamTopicEntityEvent = bus.UniTopic(StreamEntityEventKindVersion.String()) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.