MCPcopy Create free account
hub / github.com/apache/answer-plugins / RegisterSyncer

Method RegisterSyncer

search-algolia/algolia.go:61–64  ·  view source on GitHub ↗
(ctx context.Context, syncer plugin.SearchSyncer)

Source from the content-addressed store, hash-verified

59}
60
61func (s *SearchAlgolia) RegisterSyncer(ctx context.Context, syncer plugin.SearchSyncer) {
62 s.syncer = syncer
63 s.sync()
64}
65
66func (s *SearchAlgolia) SearchContents(ctx context.Context, cond *plugin.SearchBasicCond) (res []plugin.SearchResult, total int64, err error) {
67 var (

Callers

nothing calls this directly

Calls 1

syncMethod · 0.95

Tested by

no test coverage detected