Documentation ¶
Index ¶
- func Action_Append(w *workflow.Workflow, m *workflow.TemplateData) error
- func Action_Copy(w *workflow.Workflow, m *workflow.TemplateData) error
- func Action_Create(w *workflow.Workflow, m *workflow.TemplateData) error
- func Action_Delete(w *workflow.Workflow, m *workflow.TemplateData) error
- func Action_Rename(w *workflow.Workflow, m *workflow.TemplateData) error
- func Action_Template(w *workflow.Workflow, m *workflow.TemplateData) error
- func GetSchema() workflow.SchemaEndpoint
- type FileSchema
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Action_Append ¶
func Action_Append(w *workflow.Workflow, m *workflow.TemplateData) error
Action_Copy is a custom action that copies a file
- action: ActionStore config: source_file: the file to copy dest_file: the destination file
func Action_Copy ¶
func Action_Copy(w *workflow.Workflow, m *workflow.TemplateData) error
Action_Copy is a custom action that copies a file
- action: ActionStore config: source_file: the file to copy dest_file: the destination file
func Action_Create ¶
func Action_Create(w *workflow.Workflow, m *workflow.TemplateData) error
Action_Copy is a custom action that copies a file
- action: ActionStore config: source_file: the file to copy dest_file: the destination file
func Action_Delete ¶
func Action_Delete(w *workflow.Workflow, m *workflow.TemplateData) error
Action_Copy is a custom action that copies a file
- action: ActionStore config: source_file: the file to copy dest_file: the destination file
func Action_Rename ¶
func Action_Rename(w *workflow.Workflow, m *workflow.TemplateData) error
Action_Copy is a custom action that copies a file
- action: ActionStore config: source_file: the file to copy dest_file: the destination file
func Action_Template ¶
func Action_Template(w *workflow.Workflow, m *workflow.TemplateData) error
Action_Copy is a custom action that copies a file
- action: ActionStore config: source_file: the file to copy dest_file: the destination file
func GetSchema ¶
func GetSchema() workflow.SchemaEndpoint
GetAction returns the action for the target
Types ¶
type FileSchema ¶
type FileSchema struct { }
func (FileSchema) GetActionSchema ¶
func (s FileSchema) GetActionSchema() map[string]workflow.ActionSchema
GetActions returns the actions for this schema
func (FileSchema) GetFunctionMap ¶
func (s FileSchema) GetFunctionMap() map[string]workflow.FunctionSchema
GetFunctionMap returns the function map for this schema
func (FileSchema) GetTargetSchema ¶
func (s FileSchema) GetTargetSchema() map[string]workflow.TargetSchema
GetTargetSchema returns the target schema for this action
Click to show internal directories.
Click to hide internal directories.