(string)
| 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) |
| 68 | GetClient() *gophercloud.ServiceClient |
no outgoing calls
no test coverage detected