golang.org/x/pkgsite/internal.ModuleVersionState.Version (field)
5 uses
golang.org/x/pkgsite/internal (current package)
discovery.go#L176: Version string
golang.org/x/pkgsite/internal/postgres
requeue.go#L175: fmt.Sprintf("%s/@v/%s", start.ModulePath, start.Version),
requeue.go#L176: fmt.Sprintf("%s/@v/%s", end.ModulePath, end.Version))
versionstate.go#L254: if err := scan(&v.ModulePath, &v.Version, &v.IndexTimestamp, &v.CreatedAt, &v.Status, &v.Error,
golang.org/x/pkgsite/internal/worker
server.go#L432: enqueued, err := s.queue.ScheduleFetch(ctx, m.ModulePath, m.Version, suffixParam,
 |
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. |