Documentation
¶
Overview ¶
Package workflow compiles declarative workflow files into rules. There is no workflow entity in the core (spec §7.3): a workflow is syntax sugar that emits oneShot rules, chained through continuation.completed events.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Workflow ¶
type Workflow struct {
Session string `yaml:"session"`
Agent string `yaml:"agent"`
// Repo is the session's repoPath; empty means "the directory apply
// runs in" (resolved by the CLI, not here — this package is pure).
Repo string `yaml:"repo"`
Steps []Step `yaml:"steps"`
}
Click to show internal directories.
Click to hide internal directories.