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{
 |
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. |