| 386 | } |
| 387 | |
| 388 | type serverV3 struct{} |
| 389 | |
| 390 | func (s *serverV3) Search(context.Context, *pbv3.SearchRequestV3) (*pbv3.SearchResponseV3, error) { |
| 391 | return &pbv3.SearchResponseV3{}, nil |
nothing calls this directly
no outgoing calls
no test coverage detected