redis

package
v0.26.0 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2023 License: MPL-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Adapted for Orb project, modifications licensed under MPL v. 2.0:

This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.

Index

Constants

View Source
const (
	SinkerPrefix = "sinker."
	SinkerUpdate = SinkerPrefix + "update"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type DeploymentEvent

type DeploymentEvent struct {
	SinkID         string
	DeploymentYaml string
}

type SinkerUpdateEvent

type SinkerUpdateEvent struct {
	SinkID    string
	Owner     string
	State     string
	Msg       string
	Timestamp time.Time
}

func (SinkerUpdateEvent) Encode

func (cse SinkerUpdateEvent) Encode() map[string]interface{}

type SinksUpdateEvent

type SinksUpdateEvent struct {
	SinkID    string
	Owner     string
	Config    types.Metadata
	Timestamp time.Time
}

Directories

Path Synopsis
Package esconsumer contains events esconsumer for events
Package esconsumer contains events esconsumer for events

Jump to

Keyboard shortcuts

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