type golang.org/x/pkgsite/internal.LatestInfo
9 uses
golang.org/x/pkgsite/internal (current package)
datasource.go#L28: GetLatestInfo(ctx context.Context, unitPath, modulePath string, latestUnitMeta *UnitMeta) (LatestInfo, error)
datasource.go#L33: type LatestInfo struct {
golang.org/x/pkgsite/internal/frontend
latest_version.go#L22: func (s *Server) GetLatestInfo(ctx context.Context, unitPath, modulePath string, latestUnitMeta *internal.UnitMeta) internal.LatestInfo {
unit.go#L217: func latestMinorClass(version string, latest internal.LatestInfo) string {
golang.org/x/pkgsite/internal/localdatasource
datasource.go#L191: func (ds *DataSource) GetLatestInfo(ctx context.Context, unitPath, modulePath string, latestUnitMeta *internal.UnitMeta) (internal.LatestInfo, error) {
datasource.go#L192: return internal.LatestInfo{}, nil
golang.org/x/pkgsite/internal/postgres
version.go#L156: func (db *DB) GetLatestInfo(ctx context.Context, unitPath, modulePath string, latestUnitMeta *internal.UnitMeta) (latest internal.LatestInfo, err error) {
version.go#L186: return internal.LatestInfo{}, err
golang.org/x/pkgsite/internal/proxydatasource
datasource.go#L197: func (ds *DataSource) GetLatestInfo(ctx context.Context, unitPath, modulePath string, latestUnitMeta *internal.UnitMeta) (latest internal.LatestInfo, err 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. |