Update go dependencies
This commit is contained in:
parent
14a9e9f3fa
commit
14f4a7b8e8
1349 changed files with 128369 additions and 32627 deletions
23
vendor/google.golang.org/api/doc.go
generated
vendored
Normal file
23
vendor/google.golang.org/api/doc.go
generated
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
// Copyright 2019 Google Inc. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// Package api is the root of the packages used to access Google Cloud
|
||||
// Services. See https://godoc.org/google.golang.org/api for a full list of
|
||||
// sub-packages.
|
||||
//
|
||||
//
|
||||
// Client Options
|
||||
//
|
||||
// All clients in sub-packages are configurable via client options. These
|
||||
// options are described here: https://godoc.org/google.golang.org/api/option.
|
||||
//
|
||||
//
|
||||
// Authentication and Authorization
|
||||
//
|
||||
// All the clients in sub-packages support authentication via Google
|
||||
// Application Default Credentials (see
|
||||
// https://cloud.google.com/docs/authentication/production), or by providing a
|
||||
// JSON key file for a Service Account. See the authentication examples in this
|
||||
// package for details.
|
||||
package api
|
||||
Loading…
Add table
Add a link
Reference in a new issue