GetTopics is exacly the same as Topics.GetForUser
(appid uint32, id types.Uid, opts *types.BrowseOpt)
| 225 | |
| 226 | // GetTopics is exacly the same as Topics.GetForUser |
| 227 | func (u UsersObjMapper) GetTopics(appid uint32, id types.Uid, opts *types.BrowseOpt) ([]types.Subscription, error) { |
| 228 | return adaptr.TopicsForUser(appid, id, opts) |
| 229 | } |
| 230 | |
| 231 | // Topics struct to hold methods for persistence mapping for the topic object. |
| 232 | type TopicsObjMapper struct{} |
no test coverage detected