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

Method BulkInputUsers

internal/repository/search.go:26–26  ·  view source on GitHub ↗
(ctx context.Context, users []domain.UserSearch)

Source from the content-addressed store, hash-verified

24 InputComment(ctx context.Context, comment domain.CommentSearch) error
25 BulkInputPosts(ctx context.Context, posts []domain.PostSearch) error
26 BulkInputUsers(ctx context.Context, users []domain.UserSearch) error
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 // 删除文章索引

Callers 1

BulkInputUsersMethod · 0.65

Implementers 1

searchRepositoryinternal/repository/search.go

Calls

no outgoing calls

Tested by

no test coverage detected