(ctx context.Context, event []domain.ReadEvent)
| 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 // 删除文章索引 |
| 30 | DeleteCommentIndex(ctx context.Context, commentId uint) error // 删除评论索引 |
no outgoing calls
no test coverage detected