golang.org/x/pkgsite/internal.VersionMap.Status (field)
15 uses
golang.org/x/pkgsite/internal (current package)
discovery.go#L69: Status int
golang.org/x/pkgsite/internal/frontend
404.go#L95: (vm != nil && vm.Status != http.StatusOK) {
404.go#L202: (vm.Status >= 500 ||
404.go#L203: vm.Status == derrors.ToStatus(derrors.AlternativeModule) ||
404.go#L204: vm.Status == derrors.ToStatus(derrors.BadModule)) {
404.go#L209: status: vm.Status,
404.go#L247: if vm.Status == http.StatusOK || vm.Status == 290 {
404.go#L265: status: vm.Status,
fetch.go#L579: Status: fr.Status,
golang.org/x/pkgsite/internal/postgres
version_map.go#L61: vm.Status,
version_map.go#L86: &vm.Status, &vm.Error, &vm.UpdatedAt)
version_map.go#L108: &vm.Status, &vm.Error, &vm.UpdatedAt); err != nil {
golang.org/x/pkgsite/internal/testing/sample
sample.go#L294: Status: http.StatusOK,
golang.org/x/pkgsite/internal/worker
fetch.go#L353: 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. |