lnd.xprv/channeldb/kvdb
Andras Banki-Horvath 2a358327f4
multi: add reset closure to kvdb.View
This commit adds a reset() closure to the kvdb.View function which will
be called before each retry (including the first) of the view
transaction. The reset() closure can be used to reset external state
(eg slices or maps) where the view closure puts intermediate results.
2020-11-05 17:57:12 +01:00
..
etcd multi: add reset closure to kvdb.View 2020-11-05 17:57:12 +01:00
backend.go kvdb+lncfg: fully move etcd behind build tag 2020-05-22 11:26:25 +02:00
config.go config: unify old and new config values for sync-freelist 2020-08-04 18:55:00 -07:00
interface.go multi: add reset closure to kvdb.View 2020-11-05 17:57:12 +01:00
kvdb_etcd.go lnd+kvdb: pass LND abort context to etcd 2020-06-03 17:44:44 +02:00
kvdb_no_etcd.go lnd+kvdb: pass LND abort context to etcd 2020-06-03 17:44:44 +02:00