change validation to be submission callback based
This commit is contained in:
@@ -17,6 +17,8 @@ type App struct {
|
||||
|
||||
CurrentFeedback *ValidationFeedback
|
||||
ActionLogger func(string)
|
||||
|
||||
SubmitChan chan<- struct{}
|
||||
}
|
||||
|
||||
func (a *App) LogAction(action string) {
|
||||
|
||||
Reference in New Issue
Block a user