objmetadb

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func OpenDb

func OpenDb(path string) (*objStoreMetaData, error)

OpenDb open a db client

Types

type ObjStoreMetaDBAPI

type ObjStoreMetaDBAPI interface {
	Close() error
	Put(key string, value interface{}) error
	Get(key string, value interface{}) error
	Delete(key string) error
	NewIterator(slice *util.Range, ro *opt.ReadOptions) iterator.Iterator
	ReadAllChan(ctx context.Context, prefix string, seekKey string) (<-chan *entry, error)
}

ObjStoreMetaDBAPI object service data store API

Jump to

Keyboard shortcuts

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