type golang.org/x/pkgsite/internal/worker.Fetcher
7 uses
golang.org/x/pkgsite/internal/worker (current package)
fetch.go#L43: type Fetcher struct {
fetch.go#L54: func (f *Fetcher) FetchAndUpdateState(ctx context.Context, modulePath, requestedVersion, appVersionLabel string) (_ int, resolvedVersion string, err error) {
fetch.go#L166: func (f *Fetcher) fetchAndInsertModule(ctx context.Context, modulePath, requestedVersion string, lmv *internal.LatestModuleVersions) *fetchTask {
fetch.go#L286: func (f *Fetcher) invalidateCache(ctx context.Context, modulePath string) error {
fetch.go#L416: func (f *Fetcher) FetchAndUpdateLatest(ctx context.Context, modulePath string) (_ *internal.LatestModuleVersions, err error) {
server.go#L303: f := &Fetcher{
golang.org/x/pkgsite/cmd/worker
main.go#L86: f := &worker.Fetcher{
 |
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. |