| 18 | ) |
| 19 | |
| 20 | type BundleReader struct { |
| 21 | database *db.Postgres |
| 22 | txOptions pgx.TxOptions |
| 23 | } |
| 24 | |
| 25 | func NewBundleReader(database *db.Postgres) *BundleReader { |
| 26 | return &BundleReader{ |
nothing calls this directly
no outgoing calls
no test coverage detected