TenantIDs tries to extract tenant IDs from a context.
(context.Context)
| 35 | TenantID(context.Context) (string, error) |
| 36 | // TenantIDs tries to extract tenant IDs from a context. |
| 37 | TenantIDs(context.Context) ([]string, error) |
| 38 | } |
| 39 | |
| 40 | const ( |
no outgoing calls
no test coverage detected