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

Method UpdateCommentContent

internal/service/comment/comment_service.go:56–56  ·  view source on GitHub ↗
(ctx context.Context, commentID string, original string, parsedText string)

Source from the content-addressed store, hash-verified

54 AddComment(ctx context.Context, comment *entity.Comment) (err error)
55 RemoveComment(ctx context.Context, commentID string) (err error)
56 UpdateCommentContent(ctx context.Context, commentID string, original string, parsedText string) (err error)
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) (

Callers 2

UpdateCommentMethod · 0.65

Implementers 1

commentRepointernal/repo/comment/comment_repo.go

Calls

no outgoing calls

Tested by 1