golang.org/x/pkgsite/internal/localdatasource.DataSource.sourceClient (field)

3 uses

	golang.org/x/pkgsite/internal/localdatasource (current package)
		datasource.go#L29: 	sourceClient *source.Client
		datasource.go#L39: 		sourceClient:  source.NewClient(1 * time.Minute),
		datasource.go#L69: 	fr := fetch.FetchLocalModule(ctx, modulePath, localPath, ds.sourceClient)