pub fn validate_unique_endpoints(
endpoints: &[EndpointSpec],
) -> Result<(), ValidationError>Expand description
Validate that endpoint names are unique within a service
ยงErrors
Returns a validation error if duplicate endpoint names are found.
pub fn validate_unique_endpoints(
endpoints: &[EndpointSpec],
) -> Result<(), ValidationError>Validate that endpoint names are unique within a service
Returns a validation error if duplicate endpoint names are found.