golang.org/x/pkgsite/internal.LatestModuleVersions.ModulePath (field)
12 uses
golang.org/x/pkgsite/internal (current package)
latest.go#L19: ModulePath string
latest.go#L36: ModulePath: modulePath,
golang.org/x/pkgsite/internal/postgres
unit.go#L166: Where(squirrel.Eq{"m.module_path": lmv.ModulePath}).
unit.go#L210: return lmv.ModulePath, latestVersion, lmv, nil
version.go#L460: defer derrors.WrapStack(&err, "UpdateLatestModuleVersions(%q)", vNew.ModulePath)
version.go#L465: vCur, id, err := getLatestModuleVersions(ctx, tx, vNew.ModulePath)
version.go#L475: log.Debugf(ctx, "%s: not updating latest module versions", vNew.ModulePath)
version.go#L481: vNew.ModulePath, vNew.RawVersion, vNew.CookedVersion)
version.go#L484: vNew.ModulePath, vCur.RawVersion, vCur.CookedVersion,
version.go#L488: good, err := getLatestGoodVersion(ctx, tx, vNew.ModulePath, vNew)
version.go#L493: log.Debugf(ctx, "%s: updating latest_module_versions good=%q", vNew.ModulePath, vNew.GoodVersion)
version.go#L499: return upsertLatestModuleVersions(ctx, tx, vNew.ModulePath, id, vNew, 200)
 |
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. |