topicsMapper is a concrete type implementing TopicsPersistenceInterface.
| 518 | |
| 519 | // topicsMapper is a concrete type implementing TopicsPersistenceInterface. |
| 520 | type topicsMapper struct{} |
| 521 | |
| 522 | // Topics is a singleton ancor object exporting TopicsPersistenceInterface methods. |
| 523 | var Topics TopicsPersistenceInterface |
nothing calls this directly
no outgoing calls
no test coverage detected