BashOutputTool 后台shell输出获取工具 支持获取后台运行命令的输出和状态
| 15 | // BashOutputTool 后台shell输出获取工具 |
| 16 | // 支持获取后台运行命令的输出和状态 |
| 17 | type BashOutputTool struct{} |
| 18 | |
| 19 | // ResourceUsage 进程资源使用情况 |
| 20 | type ResourceUsage struct { |
nothing calls this directly
no outgoing calls
no test coverage detected