GRPCServer exposes the underlying *grpc.Server. Used by the in-process REST gateway mount to dial via bufconn during tests.
()
| 100 | // GRPCServer exposes the underlying *grpc.Server. Used by the in-process |
| 101 | // REST gateway mount to dial via bufconn during tests. |
| 102 | func (s *Server) GRPCServer() *grpc.Server { return s.srv } |
| 103 | |
| 104 | // Run starts the listener and blocks until ctx is cancelled or Serve errors. |
| 105 | // On context cancellation, the server is gracefully stopped (existing RPCs |
no outgoing calls