MCPcopy Create free account
hub / github.com/GoSimplicity/LinkMe / GetMoreCommentsReply

Method GetMoreCommentsReply

internal/service/comment.go:79–81  ·  view source on GitHub ↗

GetMoreCommentsReply 获取更多评论回复的实现

(ctx context.Context, rootId, maxId, limit int64)

Source from the content-addressed store, hash-verified

77
78// GetMoreCommentsReply 获取更多评论回复的实现
79func (c *commentService) GetMoreCommentsReply(ctx context.Context, rootId, maxId, limit int64) ([]domain.Comment, error) {
80 return c.repo.GetMoreCommentsReply(ctx, rootId, maxId, limit)
81}
82
83// ListComments 列出评论的实现
84func (c *commentService) ListComments(ctx context.Context, postId, minID, limit int64) ([]domain.Comment, error) {

Callers

nothing calls this directly

Calls 1

GetMoreCommentsReplyMethod · 0.65

Tested by

no test coverage detected