golang.org/x/pkgsite/internal/postgres.ModuleVersionStateForUpsert.Status (field)
6 uses
golang.org/x/pkgsite/internal/postgres (current package)
versionstate.go#L50: Status int
versionstate.go#L65: if !(mvs.Status >= http.StatusBadRequest && mvs.Status <= http.StatusNotFound) {
versionstate.go#L77: if err := updateModulesStatus(ctx, tx, mvs.ModulePath, mvs.Version, mvs.Status); err != nil {
versionstate.go#L132: mvs.AppVersion, mvs.Timestamp, mvs.Status, mvs.HasGoMod, mvs.GoModPath, sqlErrorMsg, numPackages,
golang.org/x/pkgsite/internal/worker
fetch.go#L142: Status: ft.Status,
 |
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. |