SearchService is an implementation for the SearchSrvServer gRPC search interface
| 40 | // SearchService is an implementation for the SearchSrvServer |
| 41 | // gRPC search interface |
| 42 | type SearchService struct { |
| 43 | mgr *cbgt.Manager |
| 44 | } |
| 45 | |
| 46 | func (s *SearchService) SetManager(mgr *cbgt.Manager) { |
| 47 | s.mgr = mgr |
nothing calls this directly
no outgoing calls
no test coverage detected