55namespace Kiboko \Component \Satellite \Cloud ;
66
77use Gyroscops \Api \Client ;
8- use Kiboko \Component \Satellite ;
98use React \Promise \Deferred ;
109use React \Promise \PromiseInterface ;
1110
@@ -22,16 +21,16 @@ public function __construct(
2221 public static function withStandardHandlers (Client $ client ): self
2322 {
2423 return new self ([
25- Satellite \ Cloud \ Command \Pipeline \DeclarePipelineCommand::class => new Satellite \ Cloud \ Handler \Pipeline \DeclarePipelineCommandHandler ($ client ),
26- Satellite \ Cloud \ Command \Pipeline \AddPipelineComposerPSR4AutoloadCommand::class => new Satellite \ Cloud \ Handler \Pipeline \AddPipelineComposerPSR4AutoloadCommandHandler ($ client ),
27- Satellite \ Cloud \ Command \Pipeline \AppendPipelineStepCommand::class => new Satellite \ Cloud \ Handler \Pipeline \AppendPipelineStepCommandHandler ($ client ),
28- Satellite \ Cloud \ Command \Pipeline \RemovePipelineCommand::class => new Satellite \ Cloud \ Handler \Pipeline \RemovePipelineCommandHandler ($ client ),
29- Satellite \ Cloud \ Command \Pipeline \AddAfterPipelineStepCommand::class => new Satellite \ Cloud \ Handler \Pipeline \AddAfterPipelineStepCommandHandler ($ client ),
30- Satellite \ Cloud \ Command \Pipeline \AddBeforePipelineStepCommand::class => new Satellite \ Cloud \ Handler \Pipeline \AddBeforePipelineStepCommandHandler ($ client ),
31- Satellite \ Cloud \ Command \Pipeline \ReplacePipelineStepCommand::class => new Satellite \ Cloud \ Handler \Pipeline \ReplacePipelineStepCommandHandler ($ client ),
32- Satellite \ Cloud \ Command \Pipeline \RemovePipelineStepCommand::class => new Satellite \ Cloud \ Handler \Pipeline \RemovePipelineStepCommandHandler ($ client ),
33- Satellite \ Cloud \ Command \Workflow \DeclareWorkflowCommand::class => new Satellite \ Cloud \ Handler \Workflow \DeclareWorkflowCommandHandler ($ client ),
34- Satellite \ Cloud \ Command \Workflow \RemoveWorkflowCommand::class => new Satellite \ Cloud \ Handler \Workflow \RemoveWorkflowCommandHandler ($ client ),
24+ Command \Pipeline \DeclarePipelineCommand::class => new Handler \Pipeline \DeclarePipelineCommandHandler ($ client ),
25+ Command \Pipeline \AddPipelineComposerPSR4AutoloadCommand::class => new Handler \Pipeline \AddPipelineComposerPSR4AutoloadCommandHandler ($ client ),
26+ Command \Pipeline \AppendPipelineStepCommand::class => new Handler \Pipeline \AppendPipelineStepCommandHandler ($ client ),
27+ Command \Pipeline \RemovePipelineCommand::class => new Handler \Pipeline \RemovePipelineCommandHandler ($ client ),
28+ Command \Pipeline \AddAfterPipelineStepCommand::class => new Handler \Pipeline \AddAfterPipelineStepCommandHandler ($ client ),
29+ Command \Pipeline \AddBeforePipelineStepCommand::class => new Handler \Pipeline \AddBeforePipelineStepCommandHandler ($ client ),
30+ Command \Pipeline \ReplacePipelineStepCommand::class => new Handler \Pipeline \ReplacePipelineStepCommandHandler ($ client ),
31+ Command \Pipeline \RemovePipelineStepCommand::class => new Handler \Pipeline \RemovePipelineStepCommandHandler ($ client ),
32+ Command \Workflow \DeclareWorkflowCommand::class => new Handler \Workflow \DeclareWorkflowCommandHandler ($ client ),
33+ Command \Workflow \RemoveWorkflowCommand::class => new Handler \Workflow \RemoveWorkflowCommandHandler ($ client ),
3534 ]);
3635 }
3736
0 commit comments