lbcd/ldb
Dave Collins 16dc2cf2d0 Add errors to all interface methods.
This commit adds error returns to all of the Db interface methods except
for FetchTxByShaList and FetchUnSpentTxByShaList since they expose the
errors on each individual transaction.

It also updates all tests and code for both the leveldb and memdb drivers
for the changes.

Closes #5.

ok @drahn
2014-07-07 12:55:46 -05:00
..
dbtest goimports -w . 2014-07-02 19:47:24 -05:00
block.go Add errors to all interface methods. 2014-07-07 12:55:46 -05:00
boundary_test.go Add errors to all interface methods. 2014-07-07 12:55:46 -05:00
doc.go Add 2014 to copyright dates. 2014-01-08 23:54:52 -06:00
dup_test.go Add errors to all interface methods. 2014-07-07 12:55:46 -05:00
insertremove_test.go Add errors to all interface methods. 2014-07-07 12:55:46 -05:00
internal_test.go goimports -w . 2014-07-02 19:47:24 -05:00
leveldb.go Add errors to all interface methods. 2014-07-07 12:55:46 -05:00
operational_test.go Add errors to all interface methods. 2014-07-07 12:55:46 -05:00
tx.go Add errors to all interface methods. 2014-07-07 12:55:46 -05:00