BundleReader -
| 12 | |
| 13 | // BundleReader - |
| 14 | type BundleReader struct { |
| 15 | database *db.Memory |
| 16 | } |
| 17 | |
| 18 | func NewBundleReader(database *db.Memory) *BundleReader { |
| 19 | return &BundleReader{ |
nothing calls this directly
no outgoing calls
no test coverage detected