| 37 | } |
| 38 | |
| 39 | type dbStore struct { |
| 40 | db dal.Dal |
| 41 | driver *helper.BatchSaveDivider |
| 42 | } |
| 43 | |
| 44 | func NewDbStore(db dal.Dal, basicRes context.BasicRes) *dbStore { |
| 45 | driver := helper.NewBatchSaveDivider(basicRes, 1000, "", "") |
nothing calls this directly
no outgoing calls
no test coverage detected