refactor to use app package instead of service
refactor app to be composable
This commit is contained in:
@@ -14,8 +14,8 @@ type App struct {
|
||||
|
||||
Logger *slog.Logger
|
||||
|
||||
Tasks *map[string]Tasker
|
||||
Interfaces *map[string]Interface
|
||||
Tasks map[string]Tasker
|
||||
Interfaces map[string]Interface
|
||||
|
||||
CurrentFeedback *ValidationFeedback
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user