package
1.4.0
Repository: https://github.com/iamlongalong/runshell.git
Documentation: pkg.go.dev

# Packages

Package executor 实现了命令执行器的核心功能。 本文件实现了 Docker 容器中的命令执行器。.

# Functions

NewAuditedExecutor 创建一个新的审计执行器.
NewLocalExecutor 创建新的本地执行器.
NewLocalExecutorBuilder 创建一个新的本地执行器构建器。.
NewPipelineExecutor 创建新的管道执行器.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

AuditedExecutor 是一个带审计功能的执行器装饰器.
LocalExecutor 本地命令执行器.
LocalExecutorBuilder 是本地执行器的构建器。.
PipelineExecutor 管道执行器.