pub fn match_env_vars_to_services(
env_var_names: &[String],
endpoints: &[AvailableServiceEndpoint],
) -> Vec<EndpointSuggestion>Expand description
For each URL-like env var, find the best matching deployed service.
Returns suggestions sorted by confidence (highest first).