split out module and route creation in router and router output only does one module

This commit is contained in:
Joel Wetzell
2026-02-05 19:31:31 -06:00
parent 0dfbf30fa7
commit b959b88527
3 changed files with 86 additions and 95 deletions

View File

@@ -24,7 +24,7 @@ type RouteError struct {
type RouteIOError struct {
Index int
OutputErrors []error
OutputError error
ProcessError error
InputError error
}