africas-talking #50

Merged
lash merged 8 commits from africas-talking into lash/async-driver 2024-09-14 16:28:06 +02:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 762f90adf6 - Show all commits

View File

@ -78,7 +78,7 @@ func(f *BaseSessionHandler) Process(rqs RequestSession) (RequestSession, error)
return rqs, err
}
_ = r
rqs.Continue = r
return rqs, nil
}

View File

@ -34,6 +34,7 @@ type RequestSession struct {
Input []byte
Storage storage.Storage
Writer io.Writer
Continue bool
}
type engineMaker func(cfg engine.Config, rs resource.Resource, pr *persist.Persister) engine.Engine