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"`
InboxDir string `yaml:"inboxDir"`
QueueDir string `yaml:"queueDir"`
CompletedDir string `yaml:"completedDir"`
LogDir string `yaml:"logDir"`
ContainerImage string `yaml:"containerImage"`
DebounceMs int `yaml:"debounceMs"`
ServerPort int `yaml:"serverPort"`
}
Config holds the dark-factory configuration.
Click to show internal directories.
Click to hide internal directories.