MCPcopy Create free account
hub / github.com/couchbase/cbft / SearchService

Struct SearchService

grpc_server.go:42–44  ·  view source on GitHub ↗

SearchService is an implementation for the SearchSrvServer gRPC search interface

Source from the content-addressed store, hash-verified

40// SearchService is an implementation for the SearchSrvServer
41// gRPC search interface
42type SearchService struct {
43 mgr *cbgt.Manager
44}
45
46func (s *SearchService) SetManager(mgr *cbgt.Manager) {
47 s.mgr = mgr

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected