lbcwallet/walletdb/migration
Wilmer Paulino 541ad708c7
walletdb/migration: add new migration package with Manager interface
In this commit, we add a new sub-package to the walletdb package:
migration. In this package, we define a new interface, Manager, which
will expose all of the necessary functions required to abstract the
migration logic of different sub-services within the wallet, like the
address and transaction managers. The implementations of this interface
will then be able to use the migration logic within the Upgrade
function with no additional complexity.
2018-11-05 17:58:16 -08:00
..
log.go walletdb/migration: add new migration package with Manager interface 2018-11-05 17:58:16 -08:00
manager.go walletdb/migration: add new migration package with Manager interface 2018-11-05 17:58:16 -08:00
manager_test.go walletdb/migration: add new migration package with Manager interface 2018-11-05 17:58:16 -08:00