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

Method DeleteCommentIndex

internal/repository/search.go:101–103  ·  view source on GitHub ↗
(ctx context.Context, commentId uint)

Source from the content-addressed store, hash-verified

99 return s.dao.DeletePostIndex(ctx, postId)
100}
101func (s *searchRepository) DeleteCommentIndex(ctx context.Context, commentId uint) error {
102 return s.dao.DeleteCommentIndex(ctx, commentId)
103}
104
105func (s *searchRepository) InputComment(ctx context.Context, comment domain.CommentSearch) error {
106 return s.dao.InputComment(ctx, s.toDaoCommentSearch(comment))

Callers

nothing calls this directly

Calls 1

DeleteCommentIndexMethod · 0.65

Tested by

no test coverage detected