(ctx context.Context, question *entity.Question, Cols []string)
| 57 | AddQuestion(ctx context.Context, question *entity.Question) (err error) |
| 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) ( |
no outgoing calls
no test coverage detected