(ctx context.Context, link ...*entity.QuestionLink)
| 86 | GetLinkedQuestionIDs(ctx context.Context, questionID string, status int) (questionIDs []string, err error) |
| 87 | UpdateQuestionLinkCount(ctx context.Context, questionID string) (err error) |
| 88 | RemoveQuestionLink(ctx context.Context, link ...*entity.QuestionLink) (err error) |
| 89 | RecoverQuestionLink(ctx context.Context, link ...*entity.QuestionLink) (err error) |
| 90 | UpdateQuestionLinkStatus(ctx context.Context, status int, links ...*entity.QuestionLink) (err error) |
| 91 | GetQuestionLink(ctx context.Context, page, pageSize int, questionID string, orderCond string, inDays int) (questions []*entity.Question, total int64, err error) |
no outgoing calls
no test coverage detected