()
| 279 | } |
| 280 | |
| 281 | func (*ForbiddenPropertiesError) Error() string { |
| 282 | return "Configuration contains forbidden properties" |
| 283 | } |
| 284 | |
| 285 | func getServices(configDict map[string]any) map[string]any { |
| 286 | if services, ok := configDict["services"]; ok { |
no outgoing calls