golang.org/x/pkgsite/internal/proxydatasource.DataSource.proxyClient (field)
7 uses
golang.org/x/pkgsite/internal/proxydatasource (current package)
datasource.go#L40: proxyClient: proxyClient,
datasource.go#L61: proxyClient *proxy.Client
datasource.go#L97: res := fetch.FetchModule(ctx, modulePath, version, ds.proxyClient, ds.sourceClient)
datasource.go#L112: lmv, err := fetch.LatestModuleVersions(ctx, modulePath, ds.proxyClient, nil)
datasource.go#L169: info, err := ds.proxyClient.Info(ctx, modulePath, version)
datasource.go#L225: info, err := ds.proxyClient.Info(ctx, seriesPath, internal.LatestVersion)
datasource.go#L249: _, err := ds.proxyClient.Info(ctx, query, internal.LatestVersion)
 |
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. |