Documentation ¶
Index ¶
- type Pebble
- func (repo *Pebble) AppendChanges(changes []change.Change) error
- func (repo *Pebble) Close() error
- func (repo *Pebble) DropChanges(name []byte, finalHeight int32) error
- func (repo *Pebble) Flush() error
- func (repo *Pebble) IterateAll(predicate func(name []byte) bool)
- func (repo *Pebble) IterateChildren(name []byte, f func(changes []change.Change) bool) error
- func (repo *Pebble) LoadChanges(name []byte) ([]change.Change, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pebble ¶
type Pebble struct {
// contains filtered or unexported fields
}
func (*Pebble) IterateAll ¶
func (*Pebble) IterateChildren ¶
Click to show internal directories.
Click to hide internal directories.