| 32 | const BathSize = 100 |
| 33 | |
| 34 | type Database struct { |
| 35 | driver *helper.BatchSaveDivider |
| 36 | table string |
| 37 | params string |
| 38 | } |
| 39 | |
| 40 | func NewDatabase(basicRes context.BasicRes, repoId string) *Database { |
| 41 |
nothing calls this directly
no outgoing calls
no test coverage detected