Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Done ¶
Done should be called by a component in order to return the message to the message handler. Can be used by the last component to inform that the message processing is done o by a middle component to inform an error.
type Message ¶
type Message struct { Opts cmap.ConcurrentMap Reports *lane.Stack // contains filtered or unexported fields }
Message is used to send data through the pipeline
func (*Message) PopPayload ¶
PopPayload get the data stored by the previous handler
func (*Message) PushPayload ¶
PushPayload store data on an LIFO queue so the nexts handlers can use it
Click to show internal directories.
Click to hide internal directories.