package
0.0.0-20230102091508-02d5eeac7d74
Repository: https://github.com/golang-boy/watermill.git
Documentation: pkg.go.dev

# Functions

NewFanOut creates a new FanOut.
NewGoChannel creates new GoChannel Pub/Sub.

# Structs

Config holds the GoChannel Pub/Sub's configuration options.
FanOut is a component that receives messages from the subscriber and passes them to all publishers.
GoChannel is the simplest Pub/Sub implementation.