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