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 ¶
This section is empty.
Types ¶
type Key ¶
type Key int
Key represents a context key. It shouldn't be used by the third party packages to avoid collisions.
type UATransport ¶
type UATransport struct { // Base represents the actual http.RoundTripper // the requests will be delegated to. Base http.RoundTripper }
UATransport 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.