Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildFlowActions ¶
BuildFlowActions turns FlowDefs into actions. Each flow action reads its own DSL and pipelines on every call and runs them against a per-call snapshot of the parent registry.
Types ¶
type FlowDef ¶
type FlowDef struct {
Name string `json:"name"`
Description string `json:"description,omitempty"`
Path string `json:"path"`
}
FlowDef describes one .flow file that declared itself an action via @action.
func ScanFlowsFolder ¶
ScanFlowsFolder walks root recursively and returns every *.flow file that declares @action. Files without @action are ignored.
Click to show internal directories.
Click to hide internal directories.