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

Method DeletePostIndex

internal/repository/search.go:29–29  ·  view source on GitHub ↗

删除用户索引

(ctx context.Context, postId uint)

Source from the content-addressed store, hash-verified

27 BulkInputLogs(ctx context.Context, event []domain.ReadEvent) error // 处理输入文章
28 DeleteUserIndex(ctx context.Context, userId int64) error // 删除用户索引
29 DeletePostIndex(ctx context.Context, postId uint) error // 删除文章索引
30 DeleteCommentIndex(ctx context.Context, commentId uint) error // 删除评论索引
31
32}

Callers 1

DeletePostIndexMethod · 0.65

Implementers 1

searchRepositoryinternal/repository/search.go

Calls

no outgoing calls

Tested by

no test coverage detected