Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.05 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.05 KB

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