TenantIDs returns all tenant IDs from the context. It should return normalized list of ordered and distinct tenant IDs (as produced by NormalizeTenantIDs).
(context.Context)
| 49 | // normalized list of ordered and distinct tenant IDs (as produced by |
| 50 | // NormalizeTenantIDs). |
| 51 | TenantIDs(context.Context) ([]string, error) |
| 52 | } |
| 53 | |
| 54 | // NewSingleResolver creates a tenant resolver, which restricts all requests to |
no outgoing calls