# 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.