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

Method SearchPosts

internal/service/search.go:16–16  ·  view source on GitHub ↗
(ctx context.Context, expression string)

Source from the content-addressed store, hash-verified

14
15type SearchService interface {
16 SearchPosts(ctx context.Context, expression string) ([]domain.PostSearch, error)
17 SearchUsers(ctx context.Context, expression string) ([]domain.UserSearch, error)
18 SearchComments(ctx context.Context, expression string) ([]domain.CommentSearch, error)
19}

Callers 2

SearchPostsMethod · 0.65
SearchPostMethod · 0.65

Implementers 3

searchServiceinternal/service/search.go
searchRepositoryinternal/repository/search.go
searchDAOinternal/repository/dao/search.go

Calls

no outgoing calls

Tested by

no test coverage detected