BashRuntime Bash 运行时
| 464 | |
| 465 | // BashRuntime Bash 运行时 |
| 466 | type BashRuntime struct { |
| 467 | config *RuntimeConfig |
| 468 | bashPath string |
| 469 | } |
| 470 | |
| 471 | // NewBashRuntime 创建 Bash 运行时 |
| 472 | func NewBashRuntime(config *RuntimeConfig) *BashRuntime { |
nothing calls this directly
no outgoing calls
no test coverage detected