objstorage

package
v0.0.0-...-ee8f338 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	STORAGE_TYPE_LABEL string = "storage_type"
	NAME_LABEL         string = "name"
	FLOW_LABEL         string = "flow"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ObjStorageWithMetadata

type ObjStorageWithMetadata interface {
	worker.ObjStorage
	Type() string
	Name() string
}

func New

func New(l *zap.SugaredLogger, metricRegistry *prometheus.Registry, flowName string, conf *config.ObjectStorage) (ObjStorageWithMetadata, error)

func NewStorageWithMetrics

func NewStorageWithMetrics(storage ObjStorageWithMetadata, metricRegistry *prometheus.Registry, name string) ObjStorageWithMetadata

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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