(ctx context.Context, id string)
| 58 | RemoveQuestion(ctx context.Context, id string) (err error) |
| 59 | UpdateQuestion(ctx context.Context, question *entity.Question, Cols []string) (err error) |
| 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) |
no outgoing calls