//
pkg.gl
Category
github.com/golang-boy/watermill
pubsub
gochannel
package
0.0.0-20230102091508-02d5eeac7d74
Repository:
https://github.com/golang-boy/watermill.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
0
Files
432 SLOC
#
Functions
NewFanOut
NewFanOut creates a new FanOut.
NewGoChannel
NewGoChannel creates new GoChannel Pub/Sub.
#
Structs
Config
Config holds the GoChannel Pub/Sub's configuration options.
FanOut
FanOut is a component that receives messages from the subscriber and passes them to all publishers.
GoChannel
GoChannel is the simplest Pub/Sub implementation.