Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
Processor processes queued prompts.
func NewProcessor ¶
func NewProcessor( queueDir string, completedDir string, logDir string, exec executor.Executor, promptManager prompt.Manager, releaser git.Releaser, versionGetter version.Getter, ready <-chan struct{}, workflow config.Workflow, brancher git.Brancher, prCreator git.PRCreator, ) Processor
NewProcessor creates a new Processor.
Click to show internal directories.
Click to hide internal directories.