mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Provide a wrapped store type, exposing ExecTx method with a subset interface in the callback argument. BaseDB interfaces in instantout, reservation and sweepbatcher use ExecTx with their subset Querier instead of whole sqlc.Querier (*sqlc.Queries). This is needed to make the packages more reusable, so they don't depend on methods of *sqlc.Queries they don't use. |
||
|---|---|---|
| .. | ||
| perms | ||
| config.go | ||
| daemon.go | ||
| log.go | ||
| macaroons.go | ||
| migration.go | ||
| register_default.go | ||
| run.go | ||
| swapclient_server.go | ||
| swapclient_server_debug.go | ||
| swapclient_server_test.go | ||
| utils.go | ||
| view.go | ||