golang.org/x/pkgsite/internal.PackageVersionState.Status (field)
9 uses
golang.org/x/pkgsite/internal (current package)
discovery.go#L226: Status int
golang.org/x/pkgsite/internal/fetch
fetch.go#L239: if state.Status != http.StatusOK {
fetchlocal.go#L119: if state.Status != http.StatusOK {
package.go#L145: Status: derrors.ToStatus(derrors.PackageBadImportPath),
package.go#L159: Status: status,
package.go#L228: Status: derrors.ToStatus(status),
golang.org/x/pkgsite/internal/postgres
versionstate.go#L187: vals = append(vals, pvs.PackagePath, pvs.ModulePath, pvs.Version, pvs.Status, pvs.Error)
versionstate.go#L370: &s.Status, &s.Error); err != nil {
versionstate.go#L404: &pvs.Status, &pvs.Error)
 |
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. |