Versions in this module Expand all Collapse all v0 v0.0.2 Feb 5, 2024 v0.0.1 Jan 23, 2024 Changes in this version + func RunCommand(timeout int, scriptType string, args ...string) (out []byte, err error) + func StartScriptScheduler(scriptDirs string, scriptType string, report *reporter.Reporter) + type FileScanner struct + func (s *FileScanner) GetAllFiles(root string) []string + type Scheduler struct + func NewScheduler(s *Script, r *reporter.Reporter) *Scheduler + func (s *Scheduler) Start() + func (s *Scheduler) Stop() + type Script struct