var golang.org/x/oauth2/internal.authStyleCache
12 uses
golang.org/x/oauth2/internal (current package)
token.go#L119: var authStyleCache struct {
token.go#L127: authStyleCache.Lock()
token.go#L128: defer authStyleCache.Unlock()
token.go#L129: authStyleCache.m = nil
token.go#L135: authStyleCache.Lock()
token.go#L136: defer authStyleCache.Unlock()
token.go#L137: style, ok = authStyleCache.m[tokenURL]
token.go#L143: authStyleCache.Lock()
token.go#L144: defer authStyleCache.Unlock()
token.go#L145: if authStyleCache.m == nil {
token.go#L146: authStyleCache.m = make(map[string]AuthStyle)
token.go#L148: authStyleCache.m[tokenURL] = v
![]() |
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. |