Versions in this module Expand all Collapse all v0 v0.4.0 Feb 1, 2024 Changes in this version + func OpenDb(path string) (*objStoreMetaData, error) + type ObjStoreMetaDBAPI interface + Close func() error + Delete func(key string) error + Get func(key string, value interface{}) error + NewIterator func(slice *util.Range, ro *opt.ReadOptions) iterator.Iterator + Put func(key string, value interface{}) error + ReadAllChan func(ctx context.Context, prefix string, seekKey string) (<-chan *entry, error)