Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AvailableWorkflows = Workflows{WorkflowDirect, WorkflowPR}
AvailableWorkflows contains all valid workflow values.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Workflow Workflow `yaml:"workflow"`
PromptsDir string `yaml:"promptsDir"`
ContainerImage string `yaml:"containerImage"`
DebounceMs int `yaml:"debounceMs"`
}
Config holds the dark-factory configuration.
Click to show internal directories.
Click to hide internal directories.