 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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
 Click to show internal directories. 
   Click to hide internal directories.