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,
 |
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. |