type golang.org/x/oauth2.Transport
7 uses
golang.org/x/oauth2 (current package)
oauth2.go#L347: Transport: &Transport{
transport.go#L20: type Transport struct {
transport.go#L32: func (t *Transport) RoundTrip(req *http.Request) (*http.Response, error) {
transport.go#L64: func (t *Transport) CancelRequest(req *http.Request) {
transport.go#L70: func (t *Transport) base() http.RoundTripper {
golang.org/x/oauth2/google
sdk.go#L130: Transport: &oauth2.Transport{
google.golang.org/api/transport/http
dial.go#L106: trans = &oauth2.Transport{
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |