fork of https://github.com/sourcegraph/zoekt
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 1.4 kB View raw
1queryString: InternalDoer 2query: case_substr:"InternalDoer" 3targetRank: 1 4 5**github.com/sourcegraph/sourcegraph-public-snapshot/internal/httpcli/client.go** 6217:var InternalDoer, _ = InternalClientFactory.Doer() 7215:// InternalDoer is a shared client for internal communication. This is a 8 9github.com/sourcegraph/sourcegraph-public-snapshot/internal/api/internalapi/client.go 10144: resp, err := httpcli.InternalDoer.Do(req.WithContext(ctx)) 11 12github.com/sourcegraph/sourcegraph-public-snapshot/enterprise/cmd/embeddings/qa/context_data.tsv 133:In the sourcegraph repository, what does InternalDoer do? internal/httpcli/client.go 144:In my codebase, what does InternalDoer do? internal/httpcli/client.go 15 16github.com/sourcegraph/sourcegraph-public-snapshot/cmd/frontend/internal/app/badge.go 1723: totalRefs, err := backend.CountGoImporters(r.Context(), httpcli.InternalDoer, routevar.ToRepo(mux.Vars(r))) 18 19github.com/sourcegraph/sourcegraph-public-snapshot/internal/batches/webhooks/webhooks.go 2067: Enqueue(ctx, logger, db, eventType, marshalBatchChange, id, httpcli.InternalDoer) 2174: Enqueue(ctx, logger, db, eventType, marshalChangeset, id, httpcli.InternalDoer) 22 23github.com/sourcegraph/sourcegraph-public-snapshot/cmd/frontend/internal/app/resolvers/app.go 2453: doer: httpcli.InternalDoer, 25354: cli := httpcli.InternalDoer 26424: cli := httpcli.InternalDoer 27 28hidden 9 more file matches