(ctx context.Context)
| 76 | FindByID(ctx context.Context, id []string) (questionList []*entity.Question, err error) |
| 77 | AdminQuestionPage(ctx context.Context, search *schema.AdminQuestionPageReq) ([]*entity.Question, int64, error) |
| 78 | GetQuestionCount(ctx context.Context) (count int64, err error) |
| 79 | GetUnansweredQuestionCount(ctx context.Context) (count int64, err error) |
| 80 | GetResolvedQuestionCount(ctx context.Context) (count int64, err error) |
| 81 | GetUserQuestionCount(ctx context.Context, userID string, show int) (count int64, err error) |
no outgoing calls
no test coverage detected