NoIdentityService for disabled auth
| 192 | |
| 193 | //NoIdentityService for disabled auth |
| 194 | type NoIdentityService struct { |
| 195 | } |
| 196 | |
| 197 | //GetTenantID returns always admin |
| 198 | func (i *NoIdentityService) GetTenantID(string) (string, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected