golang.org/x/pkgsite/internal/postgres.DB.UpdateLatestModuleVersionsStatus (method)
3 uses
golang.org/x/pkgsite/internal/postgres (current package)
test_helper.go#L220: if err := db.UpdateLatestModuleVersionsStatus(ctx, m.ModulePath, 404); err != nil {
version.go#L510: func (db *DB) UpdateLatestModuleVersionsStatus(ctx context.Context, modulePath string, newStatus int) (err error) {
golang.org/x/pkgsite/internal/worker
fetch.go#L433: return nil, f.DB.UpdateLatestModuleVersionsStatus(ctx, modulePath, 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. |