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

Struct wrapHS

test/end2end_test.go:688–690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

686}
687
688type wrapHS struct {
689 s *http.Server
690}
691
692func (w wrapHS) GracefulStop() {
693 ctx, cancel := context.WithTimeout(context.Background(), defaultTestTimeout)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected