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:
@@ -30,7 +30,7 @@ import (
|
||||
)
|
||||
|
||||
type QuerySyncConfig struct {
|
||||
runner.BaseConfig
|
||||
runner.BaseConfig[querysyncrunner.Body]
|
||||
queryc.QueryConfig
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@ func main() {
|
||||
|
||||
cfg := &QuerySyncConfig{}
|
||||
|
||||
cfg.ControllerFunc = func() runner.Controller {
|
||||
cfg.ControllerFunc = func() runner.Controller[querysyncrunner.Body] {
|
||||
sync := resultsync.New(cfg)
|
||||
svc := querysync.New(cfg, &querysync.Services{
|
||||
ResultSync: sync,
|
||||
|
||||
Reference in New Issue
Block a user