MCPcopy
hub / github.com/grpc/grpc-go / server

Struct server

reflection/test/serverreflection_test.go:376–378  ·  view source on GitHub ↗

Do end2end tests.

Source from the content-addressed store, hash-verified

374// Do end2end tests.
375
376type server struct {
377 pb.UnimplementedSearchServiceServer
378}
379
380func (s *server) Search(context.Context, *pb.SearchRequest) (*pb.SearchResponse, error) {
381 return &pb.SearchResponse{}, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected