Versions in this module Expand all Collapse all v0 v0.3.1 Dec 9, 2023 v0.3.0 Dec 9, 2023 Changes in this version + func Execute() + func ReadFile(file string, id string) (string, error) + func RunCommand(command string, workingDir string, id string, envs []string, ...) error + func StartWorkerService(data *ServiceData) error + type PreloadTaskManager interface + Close func() error + EnsureRunning func(map[string]string) error + type RecInfoLoader interface + Get func(key string) (*recognizer.Info, error) + type ServiceData struct + Command string + LogFile string + MessageSender messages.SenderWithCorr + Name string + PreloadManager PreloadTaskManager + ReadFunc readFunc + RecInfoLoader RecInfoLoader + ResultFile string + WorkCh <-chan amqp.Delivery + WorkingDir string