TenantIDsFromOrgID extracts different tenants from an orgID string value ignore stutter warning nolint:revive
(orgID string)
| 137 | // |
| 138 | //nolint:revive |
| 139 | func TenantIDsFromOrgID(orgID string) ([]string, error) { |
| 140 | return TenantIDs(user.InjectOrgID(context.TODO(), orgID)) |
| 141 | } |
no test coverage detected