(ctx context.Context, userID string, count int64)
| 44 | IncreaseAnswerCount(ctx context.Context, userID string, amount int) (err error) |
| 45 | IncreaseQuestionCount(ctx context.Context, userID string, amount int) (err error) |
| 46 | UpdateQuestionCount(ctx context.Context, userID string, count int64) (err error) |
| 47 | UpdateAnswerCount(ctx context.Context, userID string, count int) (err error) |
| 48 | UpdateLastLoginDate(ctx context.Context, userID string) (err error) |
| 49 | UpdateEmailStatus(ctx context.Context, userID string, emailStatus int) error |
no outgoing calls
no test coverage detected