golang.org/x/pkgsite/internal/fetch.FetchResult.ModulePath (field)
32 uses
golang.org/x/pkgsite/internal/fetch (current package)
fetch.go#L93: ModulePath string
fetch.go#L130: ModulePath: modulePath,
fetch.go#L151: info, err := GetInfo(ctx, fr.ModulePath, fr.RequestedVersion, proxyClient)
fetch.go#L161: zipSize, err = getZipSize(ctx, fr.ModulePath, fr.ResolvedVersion, proxyClient)
fetch.go#L177: fr.ModulePath, fr.ResolvedVersion, zipSize/mib, maxModuleZipSize/mib)
fetch.go#L184: ModulePath: fr.ModulePath,
fetch.go#L192: if fr.ModulePath == stdlib.ModulePath {
fetch.go#L203: zipReader, err = proxyClient.Zip(ctx, fr.ModulePath, fr.ResolvedVersion)
fetch.go#L212: if fr.ModulePath == stdlib.ModulePath {
fetch.go#L215: fr.HasGoMod = hasGoModFile(zipReader, fr.ModulePath, fr.ResolvedVersion)
fetch.go#L221: fr.GoModPath, goModBytes, err = getGoModPath(ctx, fr.ModulePath, fr.ResolvedVersion, proxyClient)
fetch.go#L226: mod, pvs, err := processZipFile(ctx, fr.ModulePath, fr.ResolvedVersion, commitTime, zipReader, sourceClient)
fetchlocal.go#L39: ModulePath: modulePath,
fetchlocal.go#L71: ModulePath: fr.ModulePath,
fetchlocal.go#L101: fr.ModulePath = fr.GoModPath
golang.org/x/pkgsite/internal/frontend
fetch.go#L575: ModulePath: fr.ModulePath,
golang.org/x/pkgsite/internal/localdatasource
datasource.go#L90: ds.loadedModules[fr.ModulePath] = fr.Module
golang.org/x/pkgsite/internal/worker
fetch.go#L139: ModulePath: ft.ModulePath,
fetch.go#L169: ModulePath: modulePath,
fetch.go#L246: log.Infof(ctx, "fetch.FetchModule succeeded for %s@%s", ft.ModulePath, ft.RequestedVersion)
fetch.go#L260: log.Infof(ctx, "db.InsertModule succeeded for %s@%s", ft.ModulePath, ft.RequestedVersion)
fetch.go#L263: if err := f.invalidateCache(ctx, ft.ModulePath); err != nil {
fetch.go#L267: log.Errorf(ctx, "failed to invalidate cache for %s: %v", ft.ModulePath, err)
fetch.go#L269: log.Infof(ctx, "invalidated cache for %s", ft.ModulePath)
fetch.go#L328: ft.ModulePath, ft.RequestedVersion, ft.ResolvedVersion, ft.Status, ft.Error)
fetch.go#L350: ModulePath: ft.ModulePath,
fetch.go#L369: ft.ModulePath, ft.RequestedVersion, ft.ResolvedVersion, ft.Status, ft.Error)
fetch.go#L374: log.Infof(ctx, "%s@%s: code=%d, deleting", ft.ModulePath, ft.ResolvedVersion, ft.Status)
fetch.go#L375: if err := db.DeleteModule(ctx, ft.ModulePath, ft.ResolvedVersion); err != nil {
fetch.go#L387: log.Infof(ctx, "%s@%s: code=491, deleting older version from search", ft.ModulePath, ft.ResolvedVersion)
fetch.go#L388: if err := db.DeleteOlderVersionFromSearchDocuments(ctx, ft.ModulePath, ft.ResolvedVersion); err != nil {
fetch.go#L407: prefix, ft.ModulePath, ft.ResolvedVersion, ft.Status, len(ft.PackageVersionStates), ft.Error, msg)
 |
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. |