Initial orchestrator implementation #50
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
build:
flow/test/helper_test.go#L23
not enough arguments in call to flow.NewSequencer
|
build:
flow/test/helper_test.go#L46
p.Complete undefined (type flow.Progress has no field or method Complete)
|
build:
flow/test/sequencer_test.go#L17
cannot use &DoNothingState{} (value of type *DoNothingState) as flow.State value in array or slice literal: *DoNothingState does not implement flow.State (missing method ContinueOnFail)
|
build:
flow/test/sequencer_test.go#L18
cannot use &DoNothingState{} (value of type *DoNothingState) as flow.State value in array or slice literal: *DoNothingState does not implement flow.State (missing method ContinueOnFail)
|
build:
flow/test/sequencer_test.go#L19
cannot use &DoNothingState{} (value of type *DoNothingState) as flow.State value in array or slice literal: *DoNothingState does not implement flow.State (missing method ContinueOnFail)
|
build:
flow/test/sequencer_test.go#L20
cannot use &SleepState{…} (value of type *SleepState) as flow.State value in array or slice literal: *SleepState does not implement flow.State (missing method ContinueOnFail)
|
build:
flow/test/sequencer_test.go#L23
cannot use &SleepState{…} (value of type *SleepState) as flow.State value in array or slice literal: *SleepState does not implement flow.State (missing method ContinueOnFail)
|
build:
flow/test/sequencer_test.go#L24
cannot use &SleepState{…} (value of type *SleepState) as flow.State value in array or slice literal: *SleepState does not implement flow.State (missing method ContinueOnFail)
|
build:
flow/test/sequencer_test.go#L25
cannot use &SleepState{…} (value of type *SleepState) as flow.State value in array or slice literal: *SleepState does not implement flow.State (missing method ContinueOnFail)
|
build:
flow/test/sequencer_test.go#L26
cannot use &SleepState{…} (value of type *SleepState) as flow.State value in array or slice literal: *SleepState does not implement flow.State (missing method ContinueOnFail)
|