Documentation ¶ Overview ¶ Package flow loads and validates Fort flow definitions (YAML) into graph.Flow values (backlog AO-026/027). Index ¶ func Load(data []byte) (graph.Flow, error) func LoadDir(dir string) ([]graph.Flow, error) func LoadFile(path string) (graph.Flow, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Load ¶ func Load(data []byte) (graph.Flow, error) Load parses and validates a single flow definition. func LoadDir ¶ func LoadDir(dir string) ([]graph.Flow, error) LoadDir loads every *.yaml/*.yml flow in dir, sorted by id. A missing directory yields no flows (not an error) so a bare `brew install` — which ships no flows/ — still serves; flow templates simply degrade to tasks. func LoadFile ¶ func LoadFile(path string) (graph.Flow, error) LoadFile loads a flow from a file path. Types ¶ This section is empty. Source Files ¶ View all Source files flow.go Click to show internal directories. Click to hide internal directories.