Documentation ¶
Overview ¶
Package localdb provides an interface for storing local data. Data stored in localdb is not synchronized to any other cored processes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
type DB struct {
// contains filtered or unexported fields
}
DB provides access to a kv store. It is safe to access this database concurrently.
func (*DB) Close ¶
func (db *DB) Close()
Close closes the database. The database must be opened again before it will accept reads or writes.
Directories ¶
Path | Synopsis |
---|---|
internal
|
|
localdbtest
Package localdbtest is a generated protocol buffer package.
|
Package localdbtest is a generated protocol buffer package. |
Click to show internal directories.
Click to hide internal directories.