Documentation ¶ Index ¶ type Pebble func NewPebble(path string) (*Pebble, error) func (repo *Pebble) Close() error func (repo *Pebble) Flush() error func (repo *Pebble) Load(height int32) ([]change.Change, error) func (repo *Pebble) Save(height int32, changes []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 NewPebble ¶ func NewPebble(path string) (*Pebble, error) func (*Pebble) Close ¶ func (repo *Pebble) Close() error func (*Pebble) Flush ¶ func (repo *Pebble) Flush() error func (*Pebble) Load ¶ func (repo *Pebble) Load(height int32) ([]change.Change, error) func (*Pebble) Save ¶ func (repo *Pebble) Save(height int32, changes []change.Change) error Source Files ¶ View all Source files pebble.go Click to show internal directories. Click to hide internal directories.