MCPcopy Create free account
hub / github.com/astercloud/aster / BashOutputTool

Struct BashOutputTool

pkg/tools/builtin/bashoutput.go:17–17  ·  view source on GitHub ↗

BashOutputTool 后台shell输出获取工具 支持获取后台运行命令的输出和状态

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected