()
| 64 | } |
| 65 | |
| 66 | func (e errMalformedMetadata) Error() string { |
| 67 | return fmt.Sprintf("malformed tenant metadata: %q (%s)", e.source, e.reason) |
| 68 | } |
| 69 | |
| 70 | // NormalizeTenantIDs creates a normalized form by sorting and de-duplicating the list of tenantIDs |
| 71 | func NormalizeTenantIDs(tenantIDs []string) []string { |
no outgoing calls