gocloud.devgocloud.dev/pubsub/gcppubsub

Imports of package gcppubsub

PathSynopsis
cloud.google.com/go/pubsub/apiv1Package pubsub is an auto-generated package for the Cloud Pub/Sub API.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
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.
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/batcher
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.
gocloud.dev/pubsubPackage pubsub provides an easy and portable way to interact with publish/subscribe systems.
gocloud.dev/pubsub/driverPackage driver defines interfaces to be implemented by pubsub drivers, which will be used by the pubsub package to interact with the underlying services.
google.golang.org/api/option
google.golang.org/genproto/googleapis/pubsub/v1Package pubsub aliases all exported identifiers in package "cloud.google.com/go/pubsub/apiv1/pubsubpb".
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
google.golang.org/grpc/credentialsPackage credentials implements various credentials supported by gRPC library, which encapsulate all the state needed by a client to authenticate with a server and make various assertions, e.g., about the client's identity, role, or whether it is authorized to make a particular call.
google.golang.org/grpc/credentials/oauthPackage oauth implements gRPC credentials using OAuth.
google.golang.org/grpc/statusPackage status implements errors returned by gRPC.
net/urlPackage url parses URLs and implements query escaping.
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.