Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrPebbleReadWriteTransactionAlreadyOpen = errors.New("a read-write transaction is already open")
Functions ¶
func NewPebbleKeyValueDatabaseFactory ¶
func NewPebbleKeyValueDatabaseFactory(baseDir string) ocr3_1types.KeyValueDatabaseFactory
NewPebbleKeyValueDatabaseFactory produces a ocr3_1types.KeyValueDatabaseFactory that creates Pebble databases under the directory indicated by baseDir. The directory must exist and be writeable. NewKeyValueDatabase may fail if not. The factory requires exclusive control of the directory: external changes are forbidden.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.