MCPcopy Create free account
hub / github.com/cloudwan/gohan / GetTenantID

Method GetTenantID

cloud/keystone.go:64–64  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

62//KeystoneClient represents keystone client
63type KeystoneClient interface {
64 GetTenantID(string) (string, error)
65 GetTenantName(string) (string, error)
66 VerifyToken(string) (schema.Authorization, error)
67 GetServiceAuthorization() (schema.Authorization, error)

Callers 2

GetTenantIDMethod · 0.65
keystone_test.goFile · 0.65

Implementers 9

KeystoneIdentitycloud/keystone.go
keystoneV3Clientcloud/keystone.go
keystoneV2Clientcloud/keystone.go
CachedIdentityServiceserver/middleware/cached.go
FakeIdentityserver/middleware/fake.go
NoIdentityServiceserver/middleware/middleware.go
NobodyIdentityServiceserver/middleware/middleware.go
MockIdentityServiceserver/middleware/identityservicemock.
MockIdentityServiceMockRecorderserver/middleware/identityservicemock.

Calls

no outgoing calls

Tested by

no test coverage detected