()
| 117 | } |
| 118 | |
| 119 | func (m *Monitor) Close() error { |
| 120 | return m.stdin.Close() |
| 121 | } |
| 122 | |
| 123 | // RunMonitor provides an interactive session for running and managing containers via specified IO. |
| 124 | func RunMonitor(ctx context.Context, invokeConfig *build.InvokeConfig, rCtx *build.ResultHandle, stdin io.ReadCloser, stdout, stderr io.WriteCloser, progress *progress.Printer) error { |
no outgoing calls
no test coverage detected