Documentation ¶
Overview ¶
Package common implements common functionality for both the API and worker servers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustOpenSubscription ¶
func MustOpenSubscription(url string) *pubsub.Subscription
MustOpenSubscription opens a subscription, which must have been created ahead of time. It dies on any errors.
func MustOpenTopic ¶
MustOpenTopic opens a topic, which must have been created ahead of time.
Types ¶
type Shutdownable ¶
Click to show internal directories.
Click to hide internal directories.