Categorygithub.com/shivramsutharrfd/pubsublib
modulepackage
0.1.6
Repository: https://github.com/shivramsutharrfd/pubsublib.git
Documentation: pkg.go.dev

# README

pubsublib

Common pubsub library to be used across OH libraries

# Packages

No description provided by the author

# Functions

SetClient sets the global pubsub client, useful in tests.

# Structs

Client holds a reference to a Provider.
NoopProvider is a simple provider that does nothing, for testing, defaults.

# Interfaces

Middleware is an interface to provide subscriber and publisher interceptors.
No description provided by the author

# Type aliases

No description provided by the author
PublishHandler wraps a call to publish, for interception.