Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MergeResults ¶
func MergeResults(results []CorrelatedResult, formatter func(CorrelatedResult) string) error
Joins and formats results, with the provided formatter. The result is skipped if the formatter returns an empty string. Returns nil if all errors are nil.
Types ¶
type CorrelatedResult ¶
type CorrelatedResult struct {}
func ApplyInParallel ¶
func ApplyInParallel(names []string, action func(string) error) []CorrelatedResult
Click to show internal directories.
Click to hide internal directories.