type golang.org/x/pkgsite/internal/fetch.FetchInfo

11 uses

	golang.org/x/pkgsite/internal/fetch (current package)
		fetch.go#L150: func fetchModule(ctx context.Context, fr *FetchResult, proxyClient *proxy.Client, sourceClient *source.Client) (*FetchInfo, error) {
		fetch.go#L183: 	fi := &FetchInfo{
		fetch.go#L383: type FetchInfo struct {
		fetch.go#L395: 	fetchInfoMap = map[*FetchInfo]struct{}{}
		fetch.go#L415: func startFetchInfo(fi *FetchInfo) {
		fetch.go#L421: func finishFetchInfo(fi *FetchInfo, status int, err error) {
		fetch.go#L431: func FetchInfos() []*FetchInfo {
		fetch.go#L432: 	var fis []*FetchInfo
		fetchlocal.go#L45: 	var fi *FetchInfo
		fetchlocal.go#L70: 	fi = &FetchInfo{

	golang.org/x/pkgsite/internal/worker
		pages.go#L105: 		Fetches         []*fetch.FetchInfo