(string)
| 62 | //KeystoneClient represents keystone client |
| 63 | type KeystoneClient interface { |
| 64 | GetTenantID(string) (string, error) |
| 65 | GetTenantName(string) (string, error) |
| 66 | VerifyToken(string) (schema.Authorization, error) |
| 67 | GetServiceAuthorization() (schema.Authorization, error) |
no outgoing calls
no test coverage detected