func google.golang.org/api/transport/http.NewClient
5 uses
google.golang.org/api/transport/http (current package)
dial.go#L39: func NewClient(ctx context.Context, opts ...option.ClientOption) (*http.Client, string, error) {
google.golang.org/api/transport
dial.go#L22: return htransport.NewClient(ctx, opts...)
google.golang.org/api/idtoken
validate.go#L91: client, _, err := htransport.NewClient(ctx, opts...)
google.golang.org/api/storage/v1
storage-gen.go#L115: client, endpoint, err := htransport.NewClient(ctx, opts...)
cloud.google.com/go/storage
storage.go#L117: hc, ep, err := htransport.NewClient(ctx, opts...)
 |
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. |