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
![]() |
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. |