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{