metricsstorage

package
v0.2.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsInvalidConfig

func IsInvalidConfig(err error) bool

IsInvalidConfig asserts invalidConfigError.

Types

type Config

type Config struct {
	Underlying microstorage.Storage
}

func DefaultConfig

func DefaultConfig() Config

type Storage

type Storage struct {
	// contains filtered or unexported fields
}

func New

func New(config Config) (*Storage, error)

func (*Storage) Delete

func (s *Storage) Delete(ctx context.Context, key microstorage.K) error

func (*Storage) Exists

func (s *Storage) Exists(ctx context.Context, key microstorage.K) (bool, error)

func (*Storage) List

func (s *Storage) List(ctx context.Context, key microstorage.K) ([]microstorage.KV, error)

func (*Storage) Put

func (s *Storage) Put(ctx context.Context, kv microstorage.KV) error

func (*Storage) Search

func (s *Storage) Search(ctx context.Context, key microstorage.K) (microstorage.KV, error)

Jump to

Keyboard shortcuts

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