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

Method GetTopCommentsReply

internal/service/comment.go:26–26  ·  view source on GitHub ↗
(ctx context.Context, postId int64)

Source from the content-addressed store, hash-verified

24 ListComments(ctx context.Context, postId, minID, limit int64) ([]domain.Comment, error)
25 GetMoreCommentsReply(ctx context.Context, rootId, maxId, limit int64) ([]domain.Comment, error)
26 GetTopCommentsReply(ctx context.Context, postId int64) (domain.Comment, error)
27}
28
29func NewCommentService(repo repository.CommentRepository, c check.Producer) CommentService {

Callers 2

GetTopCommentsReplyMethod · 0.65
GetTopCommentReplyMethod · 0.65

Implementers 2

commentServiceinternal/service/comment.go
commentRepositoryinternal/repository/comment.go

Calls

no outgoing calls

Tested by

no test coverage detected