MCPcopy
hub / github.com/apache/answer / QuestionController

Struct QuestionController

internal/controller/question_controller.go:45–52  ·  view source on GitHub ↗

QuestionController question controller

Source from the content-addressed store, hash-verified

43
44// QuestionController question controller
45type QuestionController struct {
46 questionService *content.QuestionService
47 answerService *content.AnswerService
48 rankService *rank.RankService
49 siteInfoService siteinfo_common.SiteInfoCommonService
50 actionService *action.CaptchaService
51 rateLimitMiddleware *middleware.RateLimitMiddleware
52}
53
54// NewQuestionController new controller
55func NewQuestionController(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected