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

Method InputPost

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

Source from the content-addressed store, hash-verified

68}
69
70func (s *searchRepository) InputPost(ctx context.Context, post domain.PostSearch) error {
71 return s.dao.InputPost(ctx, s.toDaoPostSearch(post))
72}
73
74func (s *searchRepository) BulkInputPosts(ctx context.Context, posts []domain.PostSearch) error {
75 var daoPosts []dao.PostSearch

Callers

nothing calls this directly

Calls 2

toDaoPostSearchMethod · 0.95
InputPostMethod · 0.65

Tested by

no test coverage detected