Merged in feature/textextraction (pull request #110)

Text Extraction

* bases

* go

* splitting

* structure

* movetoasync

* movetoasync

* settinguptrigger

* reorder

* storevent

* standardisepollingvalidation

* unittests

* fixlint

* fixlint

* awscfg

* generatesample

* followthrough

* tests

* clena

* store

* externalidcleanup

* clientid

* local

* baseunittests

* putobjecttests

* tests
This commit is contained in:
Michael McGuinness
2025-04-02 18:50:03 +00:00
parent e6a4cb3990
commit 81e7223560
226 changed files with 17283 additions and 2744 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ import (
)
type QueryVersionSyncConfig struct {
runner.BaseConfig
runner.BaseConfig[queryversionsyncrunner.Body]
clientsync.ClientSyncConfig
}
@@ -28,7 +28,7 @@ func main() {
cfg := &QueryVersionSyncConfig{}
cfg.ControllerFunc = func() runner.Controller {
cfg.ControllerFunc = func() runner.Controller[queryversionsyncrunner.Body] {
svc := queryversionsync.New(cfg)
c := queryversionsyncrunner.New(cfg.GetValidator(), &queryversionsyncrunner.Services{