usersMapper is a concrete type which implements UsersPersistenceInterface.
| 284 | |
| 285 | // usersMapper is a concrete type which implements UsersPersistenceInterface. |
| 286 | type usersMapper struct{} |
| 287 | |
| 288 | // Users is a singleton ancor object exporting UsersPersistenceInterface methods. |
| 289 | var Users UsersPersistenceInterface |
nothing calls this directly
no outgoing calls
no test coverage detected