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

Method InputPost

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

处理输入用户

(ctx context.Context, post domain.PostSearch)

Source from the content-addressed store, hash-verified

21 IsExistUser(ctx context.Context, userId int64) (bool, error)
22 InputUser(ctx context.Context, user domain.UserSearch) error // 处理输入用户
23 InputPost(ctx context.Context, post domain.PostSearch) error
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

Callers 1

InputPostMethod · 0.65

Implementers 1

searchRepositoryinternal/repository/search.go

Calls

no outgoing calls

Tested by

no test coverage detected