Documentation ¶
Overview ¶
Package internal provides support for the cloud packages.
Users should not import this package directly.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Service ¶ added in v1.0.0
Service returns the result of the fill function if it's never been called before for the given name (which is assumed to be an API service name, like "datastore"). If it has already been cached, the fill func is not run. It's safe for concurrent use by multiple goroutines.
Types ¶
type Transport ¶ added in v1.0.0
type Transport struct { // Base is the actual http.RoundTripper // requests will use. It must not be nil. Base http.RoundTripper }
Transport is an http.RoundTripper that appends Google Cloud client's user-agent to the original request's user-agent header.
Click to show internal directories.
Click to hide internal directories.