google.golang.org/api/idtoken.cachingClient.now (method)
6 uses
google.golang.org/api/idtoken (current package)
cache.go#L68: func (c *cachingClient) now() time.Time {
cache.go#L82: if c.now().After(cachedResp.exp) {
cache.go#L105: return c.now()
cache.go#L109: return c.now()
cache.go#L116: return c.now()
cache.go#L118: return c.now().Add(time.Duration(maxAge-age) * time.Second)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |