()
| 93 | } |
| 94 | |
| 95 | func (r *rpcServer) Stop() { |
| 96 | _ = r.httpServer.Shutdown(context.Background()) |
| 97 | } |
| 98 | |
| 99 | func healthzHandler(appVersion string) http.HandlerFunc { |
| 100 | return func(w http.ResponseWriter, r *http.Request) { |
no outgoing calls
no test coverage detected