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

Method GetClient

server/middleware/cached.go:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51func (c *CachedIdentityService) GetClient() *gophercloud.ServiceClient {
52 return c.inner.GetClient()
53}
54
55func NewCachedIdentityService(inner IdentityService, ttl time.Duration) IdentityService {
56 cleanupInterval := 4 * ttl

Callers 1

Calls 1

GetClientMethod · 0.65

Tested by

no test coverage detected