google.golang.org/api/idtoken.cachingClient.certs (field)
4 uses
google.golang.org/api/idtoken (current package)
cache.go#L26: certs map[string]*cachedResponse
cache.go#L32: certs: make(map[string]*cachedResponse, 2),
cache.go#L78: cachedResp, ok := c.certs[url]
cache.go#L91: c.certs[url] = &cachedResponse{resp: resp, exp: exp}
![]() |
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. |