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