mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-17 06:04:20 +01:00
channeldb/test: test with postgres
This commit is contained in:
8
kvdb/postgres/fixture_interface.go
Normal file
8
kvdb/postgres/fixture_interface.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package postgres
|
||||
|
||||
import "github.com/btcsuite/btcwallet/walletdb"
|
||||
|
||||
type Fixture interface {
|
||||
DB() walletdb.DB
|
||||
Dump() (map[string]interface{}, error)
|
||||
}
|
||||
Reference in New Issue
Block a user