| 110 | } |
| 111 | |
| 112 | type execHandler struct { |
| 113 | ctx devspacecontext.Context |
| 114 | stdout io.Writer |
| 115 | stderr io.Writer |
| 116 | pipeline types.Pipeline |
| 117 | |
| 118 | basicHandler enginetypes.ExecHandler |
| 119 | } |
| 120 | |
| 121 | func (e *execHandler) ExecHandler(ctx context.Context, args []string) error { |
| 122 | select { |
nothing calls this directly
no outgoing calls
no test coverage detected