Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DB ¶
type DB struct { DBHome string // contains filtered or unexported fields }
func (*DB) Get ¶
Get Look in the given bucket, and return the key found. Returns nil if no value is found for the given key
func (*DB) Init ¶
We take an instance of the database, because we anticipate sometime in the future, running multiple instances of the database. This feature might not ever be used for the ValAcc project, but it has been useful for factomd testing.
Click to show internal directories.
Click to hide internal directories.