(id int64)
| 136 | GetAllUsers(page uint) (*[]User, error) |
| 137 | GetAllUsersCount() int64 |
| 138 | GetUserLastPostTime(id int64) (*time.Time, error) |
| 139 | GetCollectionLastPostTime(id int64) (*time.Time, error) |
| 140 | |
| 141 | GetIDForRemoteUser(context.Context, string, string, string) (int64, error) |
no outgoing calls
no test coverage detected