MCPcopy
hub / github.com/gofiber/fiber / validateConfiguredServices

Method validateConfiguredServices

services.go:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

NewFunction · 0.95

Calls 1

validateServicesSliceFunction · 0.85

Tested by

no test coverage detected