type golang.org/x/pkgsite/internal/frontend.fetchResult

15 uses

	golang.org/x/pkgsite/internal/frontend (current package)
		404.go#L182: 	fullPath, modulePath, requestedVersion string) (_ *fetchResult, err error) {
		404.go#L205: 		return resultFromFetchRequest([]*fetchResult{
		404.go#L233: 		return &fetchResult{
		404.go#L243: 	var fetchResults []*fetchResult
		404.go#L257: func fetchResultFromVersionMap(vm *internal.VersionMap) *fetchResult {
		404.go#L262: 	return &fetchResult{
		fetch.go#L121: type fetchResult struct {
		fetch.go#L176: 	fullPath, requestedVersion string, modulePaths []string, shouldQueue bool) []*fetchResult {
		fetch.go#L180: 	results := make([]*fetchResult, len(modulePaths))
		fetch.go#L230: func resultFromFetchRequest(results []*fetchResult, fullPath, requestedVersion string) (_ *fetchResult, err error) {
		fetch.go#L337: 	fullPath, modulePath, requestedVersion string, taskIDChangeInterval time.Duration) *fetchResult {
		fetch.go#L338: 	fr := &fetchResult{modulePath: modulePath}
		fetch.go#L371: 	fullPath, modulePath, requestedVersion string, taskIDChangeInterval time.Duration) (fr *fetchResult) {
		fetch.go#L396: 		fr = &fetchResult{