Documentation ¶
Index ¶
Constants ¶
View Source
const UpdateMask = CanUpdate | CanReplace | CanDelete
Variables ¶
View Source
var ( ErrInvalidRequest = errors.New("invalid request") ErrKeyNotFound = errors.New("key not found") ErrEmptyKey = errors.New("key cannot be empty") ErrExistingKey = errors.New("existing key") ErrInvalidKey = errors.New("key is restricted") ErrConflict = errors.New("transaction conflict") ErrReadOnlyTxn = errors.New("read-only transaction") ErrNoDelete = errors.New("delete is not allowed") ErrDiscardedTxn = errors.New("transaction has been discarded") ErrTxnTooBig = errors.New("tx is too big") )
Functions ¶
This section is empty.
Types ¶
type Entry ¶
func NewByteEntry ¶
type IncrementalMap ¶
type IncrementalMap struct {
// contains filtered or unexported fields
}
func (*IncrementalMap) StartUpdate ¶
func (m *IncrementalMap) StartUpdate() TxMap
func (*IncrementalMap) ViewNow ¶
func (m *IncrementalMap) ViewNow() ReadMap
type Key ¶
type Key = longbits.ByteString
Click to show internal directories.
Click to hide internal directories.