Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewComponent ¶
func NewComponent(components ...composer.FlowComponent) composer.FlowComponent
Types ¶
type Dummy ¶ added in v0.9.1
type Dummy struct {
CustomHandler composer.CustomHandlerFunc
O int
// contains filtered or unexported fields
}
Dummy is a duplicate of composer.Dummy, but with the addition of the Order() int method to be able to be used in the custom component chain. It can also be used as a simple dummy component in other contexts.
func (*Dummy) Next ¶ added in v0.9.1
func (d *Dummy) Next(next composer.FlowComponent)
type Ordered ¶ added in v0.4.0
type Ordered interface {
composer.FlowComponent
Order() int
}
Click to show internal directories.
Click to hide internal directories.