(cfg server.Config, supportGRPCOnHTTP bool, servicesToWaitFor func() []services.Service)
| 35 | SetKeepAlivesEnabled(enabled bool) |
| 36 | |
| 37 | StartAndReturnService(cfg server.Config, supportGRPCOnHTTP bool, servicesToWaitFor func() []services.Service) (services.Service, error) |
| 38 | } |
| 39 | |
| 40 | // todo: evaluate whether the internal server should be included as part of this |
no outgoing calls
no test coverage detected