const golang.org/x/pkgsite/internal/queue.DisableProxyFetchParam

3 uses

	golang.org/x/pkgsite/internal/queue (current package)
		queue.go#L149: 	DisableProxyFetchParam = "proxyfetch"
		queue.go#L157: 		relativeURI += fmt.Sprintf("?%s=%s", DisableProxyFetchParam, DisableProxyFetchValue)

	golang.org/x/pkgsite/internal/worker
		server.go#L309: 	if r.FormValue(queue.DisableProxyFetchParam) == queue.DisableProxyFetchValue {