pubsub

package
v2.0.2 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2026 License: AGPL-3.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ProvidePubSubConsumerProvider

func ProvidePubSubConsumerProvider(logger logging.Logger, tracerProvider tracing.TracerProvider, client *pubsub.Client) messagequeue.ConsumerProvider

ProvidePubSubConsumerProvider returns a ConsumerProvider for a given address.

func ProvidePubSubPublisherProvider

func ProvidePubSubPublisherProvider(logger logging.Logger, tracerProvider tracing.TracerProvider, client *pubsub.Client, projectID string) messagequeue.PublisherProvider

ProvidePubSubPublisherProvider returns a PublisherProvider for a given address.

Types

type Config

type Config struct {
	ProjectID string `env:"PROJECT_ID" json:"projectID"`
}

Config configures a PubSub-backed pubSubConsumer.

func (*Config) ValidateWithContext

func (cfg *Config) ValidateWithContext(ctx context.Context) error

ValidateWithContext validates a Config struct.

Jump to

Keyboard shortcuts

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