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

Struct CachedIdentityService

server/middleware/cached.go:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type CachedIdentityService struct {
13 inner IdentityService
14 cache *cache.Cache
15}
16
17func (c *CachedIdentityService) GetTenantID(tenantName string) (string, error) {
18 return c.inner.GetTenantID(tenantName)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected