()
| 31 | } |
| 32 | |
| 33 | func (app *App) validateConfiguredServices() error { |
| 34 | return validateServicesSlice(app.configured.Services) |
| 35 | } |
| 36 | |
| 37 | func validateServicesSlice(services []Service) error { |
| 38 | for idx, srv := range services { |
no test coverage detected