backends

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Backend

type Backend interface {
	Name() string
	Write(payload *healthautoexport.Payload, targetName string) error
}

Backend is implemented by downstream ingester backend implementations.

type BackendQueue

type BackendQueue struct {
	Backend
	Queue workqueue.RateLimitingInterface
}

BackendQueue is a type that composes a Backend and a workqueue.

func NewBackendWithQueue

func NewBackendWithQueue(backend Backend) *BackendQueue

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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