Documentation ¶ Index ¶ func FindTemplates(srcPath string, output chan<- string) (err error) func Process(dir string, f func(fileName string) error, workerCount int, ...) func ProcessChannel(templates <-chan string, dir string, f func(fileName string) error, ...) type Result Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func FindTemplates ¶ added in v0.2.334 func FindTemplates(srcPath string, output chan<- string) (err error) func Process ¶ func Process(dir string, f func(fileName string) error, workerCount int, results chan<- Result) func ProcessChannel ¶ added in v0.2.334 func ProcessChannel(templates <-chan string, dir string, f func(fileName string) error, workerCount int, results chan<- Result) Types ¶ type Result ¶ type Result struct { FileName string Duration time.Duration Error error } Source Files ¶ View all Source files processor.go Click to show internal directories. Click to hide internal directories.