Versions in this module Expand all Collapse all v0 v0.1.0 Nov 5, 2023 Changes in this version + func StartWorkers(ctx context.Context, workers ...Worker) error + func WithIntegrations(ints ...integrations.Integration) workerOptFunc + func WithQueueName(queueName string) workerOptFunc + func WithTemporalClient(tc client.Client) workerOptFunc + func WithWorkflowFiles(files []*types.WorkflowFile) workerOptFunc + type Worker worker.Worker + func NewWorker(opts ...workerOptFunc) (Worker, error)