type golang.org/x/pkgsite/internal/proxy.VersionInfo
7 uses
golang.org/x/pkgsite/internal/proxy (current package)
client.go#L50: type VersionInfo struct {
client.go#L99: func (c *Client) Info(ctx context.Context, modulePath, requestedVersion string) (_ *VersionInfo, err error) {
client.go#L114: var v VersionInfo
golang.org/x/pkgsite/internal/fetch
fetch.go#L249: func GetInfo(ctx context.Context, modulePath, requestedVersion string, proxyClient *proxy.Client) (_ *proxy.VersionInfo, err error) {
fetch.go#L256: return &proxy.VersionInfo{Version: resolvedVersion}, nil
golang.org/x/pkgsite/internal/proxydatasource
datasource.go#L165: func (ds *DataSource) findModule(ctx context.Context, pkgPath string, version string) (_ string, _ *proxy.VersionInfo, err error) {
details.go#L38: var info *proxy.VersionInfo
 |
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. |