ServeHTTP forwards requests to the gRPC gateway
(w http.ResponseWriter, r *http.Request)
| 334 | |
| 335 | // ServeHTTP forwards requests to the gRPC gateway |
| 336 | func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) { |
| 337 | s.ServeMux.ServeHTTP(w, r) |
| 338 | } |
no outgoing calls