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

Method InputComment

internal/repository/dao/search.go:46–46  ·  view source on GitHub ↗
(ctx context.Context, comment CommentSearch)

Source from the content-addressed store, hash-verified

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
49 BulkInputLogs(ctx context.Context, event []ReadEvent) error

Callers 2

handleEventMethod · 0.65

Implementers 1

searchDAOinternal/repository/dao/search.go

Calls

no outgoing calls

Tested by

no test coverage detected