package internal

import "k8s.io/kubernetes/Godeps/_workspace/src/google.golang.org/cloud/internal"

Package internal provides support for the cloud packages.

Users should not import this package directly.

Index

Functions

func HTTPClient

func HTTPClient(ctx context.Context) *http.Client

func ProjID

func ProjID(ctx context.Context) string

func Service

func Service(ctx context.Context, name string, fill func(*http.Client) interface{}) interface{}

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.

func WithContext

func WithContext(parent context.Context, projID string, c *http.Client) context.Context

Types

type Transport

type Transport struct {
	// Base represents the actual http.RoundTripper
	// the requests will be delegated to.
	Base http.RoundTripper
}

Transport is an http.RoundTripper that appends Google Cloud client's user-agent to the original request's user-agent header.

func (*Transport) RoundTrip

func (t *Transport) RoundTrip(req *http.Request) (*http.Response, error)

RoundTrip appends a user-agent to the existing user-agent header and delegates the request to the base http.RoundTripper.

Source Files

cloud.go

Directories

PathSynopsis
Godeps/_workspace/src/google.golang.org/cloud/internal/datastorePackage pb is a generated protocol buffer package.
Godeps/_workspace/src/google.golang.org/cloud/internal/testutilPackage testutil contains helper functions for writing tests.
Version
v1.1.4-beta.0
Published
Dec 7, 2015
Platform
js/wasm
Imports
4 packages
Last checked
14 minutes ago

Tools for package owners.