(ctx context.Context, page, pageSize int)
| 80 | GetResolvedQuestionCount(ctx context.Context) (count int64, err error) |
| 81 | GetUserQuestionCount(ctx context.Context, userID string, show int) (count int64, err error) |
| 82 | SitemapQuestions(ctx context.Context, page, pageSize int) (questionIDList []*schema.SiteMapQuestionInfo, err error) |
| 83 | RemoveAllUserQuestion(ctx context.Context, userID string) (err error) |
| 84 | UpdateSearch(ctx context.Context, questionID string) (err error) |
| 85 | LinkQuestion(ctx context.Context, link ...*entity.QuestionLink) (err error) |
no outgoing calls
no test coverage detected