MCPcopy Index your code
hub / github.com/apache/answer / GetQuestionPage

Method GetQuestionPage

internal/service/question_common/question.go:62–62  ·  view source on GitHub ↗
(ctx context.Context, page, pageSize int, tagIDs []string, userID, orderCond string, inDays int, showHidden, showPending bool)

Source from the content-addressed store, hash-verified

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)
64 GetRecommendQuestionPageByTags(ctx context.Context, userID string, tagIDs, followedQuestionIDs []string, page, pageSize int) (questionList []*entity.Question, total int64, err error)
65 UpdateQuestionStatus(ctx context.Context, questionID string, status int) (err error)

Callers 5

QuestionPageMethod · 0.65
TagInfoMethod · 0.65
IndexMethod · 0.65
RefreshHottestCronMethod · 0.65
GetQuestionPageMethod · 0.65

Implementers 1

questionRepointernal/repo/question/question_repo.g

Calls

no outgoing calls

Tested by

no test coverage detected