//
pkg.gl
Category
github.com/CRED-CLUB/propeller
internal
pubsub
package
0.0.5
Repository:
https://github.com/cred-club/propeller.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
2
Files
339 SLOC
#
Packages
subscription
No description provided by the author
#
Functions
New
New returns a new pubsub type.
NewNats
NewNats returns nats.
NewRedis
NewRedis returns redis.
#
Structs
BasePubSub
BasePubSub ...
Nats
Nats is wrapper for nats pubsub.
PublishRequest
PublishRequest is the publishRequest.
Redis
Redis is wrapper over redis pubSub.
#
Interfaces
IPubSub
IPubSub is pubsub interface.