package
0.0.0-20240314111631-41c7550172fa
Repository: https://github.com/redborder/rb-forwarder.git
Documentation: pkg.go.dev

# Functions

NewMessage creates a new instance of Message.

# Structs

Message is used to send data through the pipeline.

# Interfaces

Composer represents a component in the pipeline that performs a work on a message.

# Type aliases

Done should be called by a component in order to return the message to the message handler.
Next should be called by a component in order to pass the message to the next component in the pipeline.