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

Method UpdateComment

internal/repository/comment.go:28–28  ·  view source on GitHub ↗
(ctx context.Context, comment domain.Comment)

Source from the content-addressed store, hash-verified

26 GetTopCommentsReply(ctx context.Context, postId int64) (domain.Comment, error)
27 FindCommentByCommentId(ctx context.Context, commentId int64) (domain.Comment, error)
28 UpdateComment(ctx context.Context, comment domain.Comment) error
29}
30
31func NewCommentRepository(dao dao.CommentDAO, cache cache.CommentCache) CommentRepository {

Callers 1

UpdateCommentMethod · 0.65

Implementers 1

commentRepositoryinternal/repository/comment.go

Calls

no outgoing calls

Tested by

no test coverage detected