Shutdown shutdown the service.
(ctx context.Context)
| 86 | |
| 87 | // Shutdown shutdown the service. |
| 88 | func (adapter *HTTPAdapter) Shutdown(ctx context.Context) { |
| 89 | if adapter.server != nil { |
| 90 | adapter.server.Shutdown(ctx) |
| 91 | } |
| 92 | } |
no outgoing calls
no test coverage detected