Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Workflow ¶
type Workflow struct {
Steps []string
}
func UnmarshalWorkflow ¶
UnmarshalWorkflow returns steps from raw workflow definition. Currently a very minimal implementation that just splits by new lines, trims whitespace, and removes empty lines.
Click to show internal directories.
Click to hide internal directories.