Documentation ¶
Index ¶
- Constants
- func NewAggregatorTask() pipeline.Task
- func NewFetcherTask() pipeline.Task
- func NewParserTask() pipeline.Task
- func NewParserTask2() pipeline.Task
- func NewPayloadFactory() *payloadFactory
- func NewSequencerTask() pipeline.Task
- func NewSink() pipeline.Sink
- func NewSource() pipeline.Source
- func NewSyncerTask() pipeline.Task
- func NewValidatorTask() pipeline.Task
- func NewValidatorTask2() pipeline.Task
- func StartPipeline() error
- type AggregatorTask
- type FetcherTask
- type ParserTask
- type SequencerTask
- type SyncerTask
- type ValidatorTask
Constants ¶
View Source
const ( ParserTaskName1 = "ParserExample (Task 1)" ParserTaskName2 = "ParserExample (Task 2)" )
View Source
const ( ValidatorTaskName1 = "ValidatorExample (Task 1)" ValidatorTaskName2 = "ValidatorExample (Task 2)" )
View Source
const (
AggregatorTaskName = "AggregatorExample"
)
View Source
const (
FetcherTaskName = "FetcherExample"
)
View Source
const (
SequencerTaskName = "SequencerExample"
)
View Source
const (
SyncerTaskName = "SyncerExample"
)
Variables ¶
This section is empty.
Functions ¶
func NewAggregatorTask ¶
func NewFetcherTask ¶
func NewParserTask ¶
func NewParserTask2 ¶
func NewPayloadFactory ¶
func NewPayloadFactory() *payloadFactory
func NewSequencerTask ¶
func NewSyncerTask ¶
func NewValidatorTask ¶
func NewValidatorTask2 ¶
func StartPipeline ¶
func StartPipeline() error
Types ¶
type AggregatorTask ¶
type AggregatorTask struct { }
func (*AggregatorTask) GetName ¶
func (t *AggregatorTask) GetName() string
type FetcherTask ¶
type FetcherTask struct { }
func (*FetcherTask) GetName ¶
func (t *FetcherTask) GetName() string
type ParserTask ¶
type ParserTask struct {
// contains filtered or unexported fields
}
func (*ParserTask) GetName ¶
func (t *ParserTask) GetName() string
type SequencerTask ¶
type SequencerTask struct { }
func (*SequencerTask) GetName ¶
func (t *SequencerTask) GetName() string
type SyncerTask ¶
type SyncerTask struct { }
func (*SyncerTask) GetName ¶
func (t *SyncerTask) GetName() string
type ValidatorTask ¶
type ValidatorTask struct {
// contains filtered or unexported fields
}
func (*ValidatorTask) GetName ¶
func (t *ValidatorTask) GetName() string
Click to show internal directories.
Click to hide internal directories.