()
| 19 | type Docker struct{} |
| 20 | |
| 21 | func NewDocker() *Docker { |
| 22 | return &Docker{} |
| 23 | } |
| 24 | |
| 25 | // setupInteractiveTerminal configures the terminal for interactive PTY usage: |
| 26 | // raw mode for escape sequences, initial size inheritance, and resize handling. |
no outgoing calls
no test coverage detected