mirror of
https://github.com/lightninglabs/pool.git
synced 2026-08-17 13:06:52 +02:00
In the future we might want to have the possibility to add additional fields to a database object (like orders or accounts) without the need for a migration. We add the code for that already, even if it's not being used currently. |
||
|---|---|---|
| .. | ||
| account.go | ||
| account_test.go | ||
| batch.go | ||
| batch_test.go | ||
| codec.go | ||
| codec_test.go | ||
| db.go | ||
| log.go | ||
| metadata.go | ||
| order.go | ||
| order_test.go | ||