Documentation ¶ Index ¶ type Pebble func NewPebble(path string) (*Pebble, error) func (repo *Pebble) Close() error func (repo *Pebble) Flush() error func (repo *Pebble) Get(key []byte) ([]byte, io.Closer, error) func (repo *Pebble) Set(key, value []byte) 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) Get ¶ func (repo *Pebble) Get(key []byte) ([]byte, io.Closer, error) func (*Pebble) Set ¶ func (repo *Pebble) Set(key, value []byte) error Source Files ¶ View all Source files pebble.go Click to show internal directories. Click to hide internal directories.