some error work

This commit is contained in:
Joel Wetzell
2025-11-22 11:21:37 -06:00
parent 4b07c85508
commit 4ae5261d25
4 changed files with 60 additions and 11 deletions

View File

@@ -6,6 +6,12 @@ import (
"sync"
)
type ModuleError struct {
Index int
Config ModuleConfig
Error error
}
type Module interface {
Id() string
Type() string