change repl and status command to use callback

This commit is contained in:
Robin Olsen
2026-03-04 22:44:01 +01:00
parent 3d183d7fcd
commit 4842d30aab
3 changed files with 28 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ type Check struct {
type ValidatedInterface interface {
Interface
SetChannels(feedbackChan chan ValidationFeedback, quitChan chan bool)
SetSubmitChan(submitChan chan<- struct{})
}
type TaskDetails struct {