(ctx context.Context, questionID string)
| 66 | UpdateQuestionStatusWithOutUpdateTime(ctx context.Context, question *entity.Question) (err error) |
| 67 | DeletePermanentlyQuestions(ctx context.Context) (err error) |
| 68 | RecoverQuestion(ctx context.Context, questionID string) (err error) |
| 69 | UpdateQuestionOperation(ctx context.Context, question *entity.Question) (err error) |
| 70 | GetQuestionsByTitle(ctx context.Context, title string, pageSize int) (questionList []*entity.Question, err error) |
| 71 | UpdatePvCount(ctx context.Context, questionID string) (err error) |
no outgoing calls
no test coverage detected