package
0.1.1
Repository: https://github.com/fredbi/go-patterns.git
Documentation: pkg.go.dev

# Functions

NewBusCollector builds a BusCollector to listen on bus channels.
No description provided by the author
No description provided by the author
NewCollector builds a CollectorPipeline that reads from a channel of type IN.
No description provided by the author
No description provided by the author
NewFeeder builds a new FeederPipeline.
NewInitialChained builds a new initial chain of pipelines.
No description provided by the author
NewPipeline builds a generic pipeline that collects from a channel of type IN and outputs into a channel of type OUT, without out-of-band notifications on channel of type BUS.
Then allows to chain outputs by declaring explicit types.
WithAutoCloseOutput sets the behavior to close the output channel after the runner is complete.
WithBusBuffers sets a buffered bus channel.
No description provided by the author
No description provided by the author
WithInputBuffers sets a buffered input channel.
No description provided by the author
WithOutputBuffers sets a buffered output cha,nel.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FanInPipeline is a pipeline that gathers several input channels into one single ouput.
FanOutPipeline takes one input and duplicate the input messages to several output channels.
No description provided by the author
No description provided by the author
No description provided by the author
JoinerPipeline is a pipeline that takes input for 2 channels of different types and applies a Joiner method to this input.
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author