Skip to content

This package aims to simplify google pubsub usage within go application. It mostly provides helpers and structure to easily send and listen to message while cleanly managing topics and subscriptions.

License

Notifications You must be signed in to change notification settings

elmagician/pubsub

Repository files navigation

pubsub PkgGoDev Coverage Status Build Status Go Report Card

This package aims to simplify pubsub management pubsub implementation in go programs. It allows to regroup any pubsub client through a single interface lessening the burdening of provider switching.

Usage

  • go get github.com/elmagician/pubsub

Implementations

  • Mock: testify mock implementation for unit testing
  • GCP: google pubsub implementation

About

This package aims to simplify google pubsub usage within go application. It mostly provides helpers and structure to easily send and listen to message while cleanly managing topics and subscriptions.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages