Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Run ¶
func Run[T any](collector CollectorFunc[T], renderer RendererFunc[T], workspaces []string) error
Run executes a collector function across all workspaces and renders the results
func RunWithErrors ¶
func RunWithErrors[T any](collector CollectorFunc[T], renderer func(map[string]WorkspaceResult[T]) error, rootDir string, workspaces []string) error
RunWithErrors is like Run but includes workspaces with errors in the results
Types ¶
type CollectorFunc ¶
CollectorFunc is a function that collects data for a single workspace
type RendererFunc ¶
RendererFunc is a function that renders the aggregated results
Click to show internal directories.
Click to hide internal directories.