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

Method Kind

pkg/sandbox/cloud/volcengine.go:111–113  ·  view source on GitHub ↗

Kind 返回沙箱类型

()

Source from the content-addressed store, hash-verified

109
110// Kind 返回沙箱类型
111func (vs *VolcengineSandbox) Kind() string {
112 return "volcengine"
113}
114
115// Exec 执行命令
116func (vs *VolcengineSandbox) Exec(ctx context.Context, cmd string, opts *sandbox.ExecOptions) (*sandbox.ExecResult, error) {

Callers 1

testVolcengineFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected