(ctx context.Context, page, pageSize int, tagIDs []string, userID, orderCond string, inDays int, showHidden, showPending bool)
| 60 | GetQuestion(ctx context.Context, id string) (question *entity.Question, exist bool, err error) |
| 61 | GetQuestionList(ctx context.Context, question *entity.Question) (questions []*entity.Question, err error) |
| 62 | GetQuestionPage(ctx context.Context, page, pageSize int, tagIDs []string, userID, orderCond string, inDays int, showHidden, showPending bool) ( |
| 63 | questionList []*entity.Question, total int64, err error) |
| 64 | GetRecommendQuestionPageByTags(ctx context.Context, userID string, tagIDs, followedQuestionIDs []string, page, pageSize int) (questionList []*entity.Question, total int64, err error) |
| 65 | UpdateQuestionStatus(ctx context.Context, questionID string, status int) (err error) |
no outgoing calls
no test coverage detected