golang.org/x/pkgsite/internal/worker.Fetcher.ProxyClient (field)

11 uses

	golang.org/x/pkgsite/internal/worker (current package)
		fetch.go#L44: 	ProxyClient  *proxy.Client
		fetch.go#L206: 		fr := fetch.FetchModule(ctx, modulePath, requestedVersion, f.ProxyClient, f.SourceClient)
		fetch.go#L219: 		if !f.ProxyClient.FetchDisabled() {
		fetch.go#L220: 			main = resolvedVersion(ctx, modulePath, internal.MainVersion, f.ProxyClient)
		fetch.go#L227: 		if !f.ProxyClient.FetchDisabled() {
		fetch.go#L228: 			master = resolvedVersion(ctx, modulePath, internal.MasterVersion, f.ProxyClient)
		fetch.go#L418: 	lmv, err := fetch.LatestModuleVersions(ctx, modulePath, f.ProxyClient, func(v string) (bool, error) {
		server.go#L304: 		ProxyClient:  s.proxyClient.WithZipCache(),
		server.go#L310: 		f.ProxyClient = f.ProxyClient.WithFetchDisabled()

	golang.org/x/pkgsite/cmd/worker
		main.go#L87: 				ProxyClient:  proxyClient,