# Functions
NewSubscriber builds a new Pub/Sub subscriber.
# Structs
JobBody is the format of the job output retrieved from the Pub/Sub message Example: { "message": "job is still in progress", "progress": 35 }.
JobStatus holds the jobStatus and the JobBody.
SubscriberOptions holds the configuration to build a new subscriber.
# Interfaces
Subscriber interacts with Pub/Sub through a subscription.