Documentation
¶
Index ¶
Constants ¶
View Source
const (
WORKING_DIR = "/flows"
)
Variables ¶
This section is empty.
Functions ¶
func NewDockerExecutor ¶
Types ¶
type DockerExecutor ¶
type DockerExecutor struct {
// contains filtered or unexported fields
}
func (*DockerExecutor) Execute ¶
func (d *DockerExecutor) Execute(ctx context.Context, execCtx executor.ExecutionContext) (map[string]string, error)
type DockerRunnerOptions ¶
type DockerWithConfig ¶
type DockerWithConfig struct {
Image string `` /* 131-byte string literal not displayed */
Script string `yaml:"script" json:"script" jsonschema:"title=script" jsonschema_extras:"widget=codeeditor"`
Interpreter string `` /* 184-byte string literal not displayed */
Extension string `` /* 175-byte string literal not displayed */
}
Click to show internal directories.
Click to hide internal directories.