mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-11 00:41:23 +00:00
12 lines
487 B
Go
12 lines
487 B
Go
|
// Copyright 2019 Google LLC.
|
||
|
// Use of this source code is governed by a BSD-style
|
||
|
// license that can be found in the LICENSE file.
|
||
|
|
||
|
// Package transport provides utility methods for creating authenticated
|
||
|
// transports to Google's HTTP and gRPC APIs. It is intended to be used in
|
||
|
// conjunction with google.golang.org/api/option.
|
||
|
//
|
||
|
// This package is not intended for use by end developers. Use the
|
||
|
// google.golang.org/api/option package to configure API clients.
|
||
|
package transport
|