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

Method InputPost

internal/repository/dao/search.go:45–45  ·  view source on GitHub ↗
(ctx context.Context, post PostSearch)

Source from the content-addressed store, hash-verified

43 IsExistsComment(ctx context.Context, commentid string) (bool, error)
44 InputUser(ctx context.Context, user UserSearch) error
45 InputPost(ctx context.Context, post PostSearch) error
46 InputComment(ctx context.Context, comment CommentSearch) error
47 BulkInputPosts(ctx context.Context, posts []PostSearch) error
48 BulkInputUsers(ctx context.Context, users []UserSearch) error

Callers 2

TestSearchPostsFunction · 0.95
pushOrUpdatePostIndexMethod · 0.65

Implementers 1

searchDAOinternal/repository/dao/search.go

Calls

no outgoing calls

Tested by 1

TestSearchPostsFunction · 0.76