| 686 | } |
| 687 | |
| 688 | type wrapHS struct { |
| 689 | s *http.Server |
| 690 | } |
| 691 | |
| 692 | func (w wrapHS) GracefulStop() { |
| 693 | ctx, cancel := context.WithTimeout(context.Background(), defaultTestTimeout) |
nothing calls this directly
no outgoing calls
no test coverage detected