cloud.google.com/go/pubsub/apiv1 | Package pubsub is an auto-generated package for the Cloud Pub/Sub API. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/google/wire | Package wire contains directives for Wire code generation. |
gocloud.dev/gcerrors | Package gcerrors provides support for getting error codes from errors returned by Go CDK APIs. |
gocloud.dev/gcp | Package gcp provides fundamental Wire providers and types for Google Cloud Platform (GCP). |
gocloud.dev/internal/batcher | |
gocloud.dev/internal/gcerr | Package gcerr provides an error type for Go CDK APIs. |
gocloud.dev/internal/useragent | Package useragent includes constants and utilitiesfor setting the User-Agent for Go CDK connections to GCP. |
gocloud.dev/pubsub | Package pubsub provides an easy and portable way to interact with publish/subscribe systems. |
gocloud.dev/pubsub/driver | Package 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/v1 | Package pubsub aliases all exported identifiers in package "cloud.google.com/go/pubsub/apiv1/pubsubpb". |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
google.golang.org/grpc/credentials | Package 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/oauth | Package oauth implements gRPC credentials using OAuth. |
google.golang.org/grpc/status | Package status implements errors returned by gRPC. |
net/url | Package url parses URLs and implements query escaping. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |