+98
-5
spindle/engine/engine.go
+98
-5
spindle/engine/engine.go
············func (e *Engine) StartSteps(ctx context.Context, steps []*tangled.Pipeline_Step, id, image string) error {·········+func (e *Engine) LogChannels(pipelineID string) (stdout <-chan string, stderr <-chan string, ok bool) {
+3
-2
spindle/server.go
+3
-2
spindle/server.go
·········
+100
spindle/stream.go
+100
spindle/stream.go
······+func (s *Spindle) streamLogs(ctx context.Context, conn *websocket.Conn, pipelineID string) error {