golang.org/x/pkgsite/internal/proxy.Client.Info (method)
6 uses
golang.org/x/pkgsite/internal/proxy (current package)
client.go#L99: func (c *Client) Info(ctx context.Context, modulePath, requestedVersion string) (_ *VersionInfo, err error) {
golang.org/x/pkgsite/internal/fetch
fetch.go#L258: return proxyClient.Info(ctx, modulePath, requestedVersion)
latest.go#L99: latestInfo, err := prox.Info(ctx, modulePath, internal.LatestVersion)
golang.org/x/pkgsite/internal/proxydatasource
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. |