Documentation
¶
Index ¶
- func NewPredefinedScriptCommand(ctx context.Context, command []string, envVarNames []string) *exec.Cmd
- type EnrichScriptHandler
- type EnrichScriptInputs
- type EnrichScriptOutputs
- type RunPredefinedScriptConfig
- type RunPredefinedScriptHandler
- type RunPredefinedScriptInputs
- type RunPredefinedScriptOutputs
- type Script
- type ScriptBundleConfig
- type ScriptDetails
- type Scripts
- type TestConnectionHandler
- type TestConnectionInputs
- type TestConnectionOutputs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EnrichScriptHandler ¶
type EnrichScriptHandler struct{}
func NewEnrichScriptHandler ¶
func NewEnrichScriptHandler() *EnrichScriptHandler
func (*EnrichScriptHandler) Run ¶
func (h *EnrichScriptHandler) Run( ctx context.Context, task *types.Task, credentials *privateconnection.PrivateCredentials, ) (interface{}, error)
type EnrichScriptInputs ¶
type EnrichScriptInputs = bundlesupport.EnrichedActionInputs
type EnrichScriptOutputs ¶
type EnrichScriptOutputs = bundlesupport.EnrichedActionOutputs
type RunPredefinedScriptHandler ¶
type RunPredefinedScriptHandler struct {
}
func NewRunPredefinedScriptHandler ¶
func NewRunPredefinedScriptHandler() *RunPredefinedScriptHandler
func (*RunPredefinedScriptHandler) Run ¶
func (h *RunPredefinedScriptHandler) Run( ctx context.Context, task *types.Task, credentials *privateconnection.PrivateCredentials, ) (interface{}, error)
type ScriptBundleConfig ¶
type ScriptBundleConfig struct {
SchemaId string `yaml:"schemaId"`
RunPredefinedScript map[string]RunPredefinedScriptConfig `yaml:"runPredefinedScript,omitempty"`
}
type ScriptDetails ¶
type TestConnectionHandler ¶
type TestConnectionHandler struct {
}
func NewTestConnectionHandler ¶
func NewTestConnectionHandler() *TestConnectionHandler
func (*TestConnectionHandler) Run ¶
func (h *TestConnectionHandler) Run( ctx context.Context, task *types.Task, credentials *privateconnection.PrivateCredentials, ) (interface{}, error)
type TestConnectionInputs ¶
type TestConnectionInputs struct {
}
type TestConnectionOutputs ¶
Click to show internal directories.
Click to hide internal directories.