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