Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SortOnAge ¶ added in v0.1.29
func SortOnAge(fileEntityMap map[string]FileEntity) []string
Types ¶
type DAGNode ¶ added in v0.1.39
type DAGNode struct {
// out []DAGNode
Name string
NodeProcessor NodeProcessor
}
type FileEntity ¶
type NodeProcessor ¶ added in v0.1.39
type PipelineProcessor ¶ added in v0.1.39
type PipelineProcessor struct {
IOEventImpl []IOEvent
ProcessorImpl NodeProcessor
}
func (PipelineProcessor) Process ¶ added in v0.1.39
func (fa PipelineProcessor) Process() error
func (PipelineProcessor) Setup ¶ added in v0.1.39
func (fa PipelineProcessor) Setup(customParams interface{}) error
Click to show internal directories.
Click to hide internal directories.