Documentation ¶
Index ¶
- Constants
- type Driver
- type EntriesIterator
- type PartitionMap
- type Store
- func (s *Store) Close()
- func (s *Store) Delete(_ context.Context, partitionKey, key []byte) error
- func (s *Store) Get(_ context.Context, partitionKey, key []byte) (*kv.ValueWithPredicate, error)
- func (s *Store) Scan(_ context.Context, partitionKey, start []byte) (kv.EntriesIterator, error)
- func (s *Store) Set(_ context.Context, partitionKey, key, value []byte) error
- func (s *Store) SetIf(_ context.Context, partitionKey, key, value []byte, ...) error
Constants ¶
View Source
const DriverName = "mem"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EntriesIterator ¶
type EntriesIterator struct {
// contains filtered or unexported fields
}
func (*EntriesIterator) Close ¶
func (e *EntriesIterator) Close()
func (*EntriesIterator) Entry ¶
func (e *EntriesIterator) Entry() *kv.Entry
func (*EntriesIterator) Err ¶
func (e *EntriesIterator) Err() error
func (*EntriesIterator) Next ¶
func (e *EntriesIterator) Next() bool
type PartitionMap ¶ added in v0.69.1
PartitionMap holds key-value pairs of a given partition
Click to show internal directories.
Click to hide internal directories.