Documentation
¶
Index ¶
- func CreateLocker(dir string) lock.Locker
- func CreateProcessor(promptsDir string, promptManager prompt.Manager, releaser git.Releaser, ...) processor.Processor
- func CreateRunner(cfg config.Config, ver string) runner.Runner
- func CreateWatcher(promptsDir string, promptManager prompt.Manager, ready chan<- struct{}, ...) watcher.Watcher
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateLocker ¶ added in v0.3.0
CreateLocker creates a Locker for the specified directory.
func CreateProcessor ¶ added in v0.3.1
func CreateProcessor( promptsDir string, promptManager prompt.Manager, releaser git.Releaser, versionGetter version.Getter, ready <-chan struct{}, containerImage string, ) processor.Processor
CreateProcessor creates a Processor that executes queued prompts.
func CreateRunner ¶ added in v0.2.25
CreateRunner creates a Runner that coordinates watcher and processor using the provided config.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.