mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:11:48 +00:00
These functions are used in test code, which makes it tricker to pass in loggers for checking requests and responses. Instead, make the API method-based. This introduces slightly more boilerplate since Client construction is fallible, but it allows calling code to pass in loggers more easily for debugging test failures. |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| emojis.go | ||
| env.go | ||
| fs.go | ||
| graphql.go | ||
| indexes.go | ||
| limiter.go | ||
| util.go | ||