gocloud.devgocloud.dev/blob/gcsblob

Imports of package gcsblob

PathSynopsis
cloud.google.com/go/compute/metadataPackage metadata provides access to Google Compute Engine (GCE) metadata and API service accounts.
cloud.google.com/go/iam/credentials/apiv1Package credentials is an auto-generated package for the IAM Service Account Credentials API.
cloud.google.com/go/iam/credentials/apiv1/credentialspb
cloud.google.com/go/storagePackage storage provides an easy way to work with Google Cloud Storage.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/google/wirePackage wire contains directives for Wire code generation.
github.com/googleapis/gax-go/v2Package gax contains a set of modules which aid the development of APIs for clients and servers based on gRPC and Google API conventions.
gocloud.dev/blobPackage blob provides an easy and portable way to interact with blobs within a storage location.
gocloud.dev/blob/driverPackage driver defines interfaces to be implemented by blob drivers, which will be used by the blob package to interact with the underlying services.
gocloud.dev/gcerrorsPackage gcerrors provides support for getting error codes from errors returned by Go CDK APIs.
gocloud.dev/gcpPackage gcp provides fundamental Wire providers and types for Google Cloud Platform (GCP).
gocloud.dev/internal/escapePackage escape includes helpers for escaping and unescaping strings.
gocloud.dev/internal/gcerrPackage gcerr provides an error type for Go CDK APIs.
gocloud.dev/internal/useragentPackage useragent includes constants and utilitiesfor setting the User-Agent for Go CDK connections to GCP.
golang.org/x/oauth2/googlePackage google provides support for making OAuth2 authorized and authenticated HTTP requests to Google APIs.
google.golang.org/api/googleapi
google.golang.org/api/iterator
google.golang.org/api/option
ioPackage io provides basic interfaces to I/O primitives.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.