redis

package
v0.29.0 Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2023 License: MPL-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SinkPrefix   = "sinks."
	SinkCreate   = SinkPrefix + "create"
	SinkDelete   = SinkPrefix + "remove"
	SinkUpdate   = SinkPrefix + "update"
	StreamSinks  = "orb.sinks"
	GroupMaestro = "orb.maestro"
	Exists       = "BUSYGROUP Consumer Group name already exists"
)

Variables

This section is empty.

Functions

func DecodeSinksEvent

func DecodeSinksEvent(event map[string]interface{}, operation string) (redis.SinksUpdateEvent, error)

Types

type StateUpdateEvent

type StateUpdateEvent struct {
	OwnerID   string
	SinkID    string
	State     string
	Msg       string
	Timestamp time.Time
}

Directories

Path Synopsis
Package esconsumer contains events esconsumer for events
Package esconsumer contains events esconsumer for events
Package producer contains the domain events needed to support event sourcing of Sink service actions.
Package producer contains the domain events needed to support event sourcing of Sink service actions.

Jump to

Keyboard shortcuts

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