storage

package
v0.0.0-...-6d66bbc Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AtomicStorage

type AtomicStorage interface {
	Scan(start []byte, end []byte, reverse bool, limit int) ([]*apiv1.KeyValue, error)
	Set(key, val []byte) error
	GC()
}

type SinkStorage

type SinkStorage interface {
}

type Storage

type Storage interface {
	AtomicStorage
	SinkStorage
}

func CombineStorageEngine

func CombineStorageEngine(atomic AtomicStorage, sink SinkStorage) Storage

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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