pubsub

package
v1.27.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 17, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package pubsub contains helpers for Google Cloud Pub/Sub.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateSubscription

func CreateSubscription(pubsubCli *pubsub.Client, topic *pubsub.Topic, f *framework.Framework) *pubsub.Subscription

CreateSubscription creates a subscription for the given Pub/Sub topic.

func CreateTopic

func CreateTopic(pubsubCli *pubsub.Client, f *framework.Framework) *pubsub.Topic

CreateTopic creates a Pub/Sub topic named after the given framework.Framework.

func DeleteSubscription

func DeleteSubscription(pubsubCli *pubsub.Client, subsID string)

DeleteSubscription deletes the Pub/Sub subscription with the given name.

func DeleteTopic

func DeleteTopic(pubsubCli *pubsub.Client, topicID string)

DeleteTopic deletes the Pub/Sub topic with the given name.

func SendMessage

func SendMessage(pubsubCli *pubsub.Client, topicID string) string

SendMessage sends a message to the given Pub/Sub topic and returns the corresponding message ID.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL