package
0.0.0-20240716132614-1643519e6f91
Repository: https://github.com/triggermail/luci-go.git
Documentation: pkg.go.dev

# Functions

RegisterClientFactory allows external module to provide implementation of the ClientFactory.
WithTestTransport puts a testing transport in the context to use for fetches.

# Structs

Request represents one JSON REST API request.

# Type aliases

ClientFactory knows how to produce http.Client that attach proper OAuth headers.
TestTransportCallback is used from unit tests.