var golang.org/x/pkgsite/cmd/prober.authValue
6 uses
golang.org/x/pkgsite/cmd/prober (current package)
main.go#L166: authValue string
main.go#L210: authValue = config.GetEnv("GO_DISCOVERY_PROBER_AUTH_VALUE", "")
main.go#L211: if authValue == "" {
main.go#L342: if authValue != "" {
main.go#L344: req.Header.Set(config.BypassCacheAuthHeader, authValue)
main.go#L346: req.Header.Set(config.BypassQuotaAuthHeader, authValue)
![]() |
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. |