package
1.3.6
Repository: https://github.com/nytimes/gizmo.git
Documentation: pkg.go.dev

# Functions

LoadConfigFromEnv will attempt to load a PubSub config from environment variables.
NewHTTPPublisher will instantiate a new GCP MultiPublisher that utilizes the HTTP client.
NewPublisher will instantiate a new GCP MultiPublisher.
NewSubscriber will instantiate a new Subscriber that wraps a pubsub.Iterator.

# Structs

Config holds common credentials and config values for working with GCP PubSub.
SubMessage pubsub implementation of pubsub.SubscriberMessage.
Subscriber is a Google Cloud Platform PubSub client that allows a user to consume messages via the pubsub.Subscriber interface.