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

Method GetCommentPage

internal/service/comment/comment_service.go:59–59  ·  view source on GitHub ↗
(ctx context.Context, commentQuery *CommentQuery)

Source from the content-addressed store, hash-verified

57 UpdateCommentStatus(ctx context.Context, commentID string, status int) (err error)
58 GetComment(ctx context.Context, commentID string) (comment *entity.Comment, exist bool, err error)
59 GetCommentPage(ctx context.Context, commentQuery *CommentQuery) (
60 comments []*entity.Comment, total int64, err error)
61}
62

Callers 4

MCPCommentsHandlerMethod · 0.65
GetCommentWithPageMethod · 0.65

Implementers 1

commentRepointernal/repo/comment/comment_repo.go

Calls

no outgoing calls

Tested by 1