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

Method InputUser

internal/repository/search.go:66–68  ·  view source on GitHub ↗
(ctx context.Context, user domain.UserSearch)

Source from the content-addressed store, hash-verified

64}
65
66func (s *searchRepository) InputUser(ctx context.Context, user domain.UserSearch) error {
67 return s.dao.InputUser(ctx, s.toDaoUserSearch(user))
68}
69
70func (s *searchRepository) InputPost(ctx context.Context, post domain.PostSearch) error {
71 return s.dao.InputPost(ctx, s.toDaoPostSearch(post))

Callers

nothing calls this directly

Calls 2

toDaoUserSearchMethod · 0.95
InputUserMethod · 0.65

Tested by

no test coverage detected