Versions in this module Expand all Collapse all v0 v0.1.0 Jun 13, 2024 Changes in this version + type Destination struct + TopicID string + func ParseDestination(cfg map[string]string) (Destination, error) + type General struct + ClientEmail string + Location string + PrivateKey string + ProjectID string + func (cfg General) Marshal() ([]byte, error) + type Source struct + SubscriptionID string + func ParseSource(cfg map[string]string) (Source, error)