Do end2end tests.
| 374 | // Do end2end tests. |
| 375 | |
| 376 | type server struct { |
| 377 | pb.UnimplementedSearchServiceServer |
| 378 | } |
| 379 | |
| 380 | func (s *server) Search(context.Context, *pb.SearchRequest) (*pb.SearchResponse, error) { |
| 381 | return &pb.SearchResponse{}, nil |
nothing calls this directly
no outgoing calls
no test coverage detected