----------------------------------------------------------------------------
| 284 | // ---------------------------------------------------------------------------- |
| 285 | |
| 286 | type testFactory struct{} |
| 287 | |
| 288 | var _ dao.Factory = testFactory{} |
| 289 |
nothing calls this directly
no outgoing calls
no test coverage detected