Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Workflow ¶
type Workflow struct { Name string Filepath string Base string Location string Author string Version string Desc string Workflows map[string]string CliWorkflows map[string]string }
func NewWorkflow ¶
func NewWorkflow(filepath, base string, input *WorkflowJSON) *Workflow
func WorkflowParse ¶ added in v0.3.0
type WorkflowJSON ¶ added in v0.3.0
type WorkflowJSON struct { Name string `json:"name"` Author string `json:"author"` Version string `json:"version"` Desc string `json:"desc"` DescLong []string `json:"desc_long,omitempty"` Workflows map[string]string `json:"workflows,omitempty"` CliWorkflows map[string]string `json:"cli_workflows,omitempty"` }
Click to show internal directories.
Click to hide internal directories.