Documentation ¶
Index ¶
- Variables
- type Config
- type Scheduler
- func (sch *Scheduler) Create(ctx context.Context, tid sdktypes.TriggerID, schedule string) error
- func (sch *Scheduler) Delete(ctx context.Context, tid sdktypes.TriggerID) error
- func (sch *Scheduler) Start(ctx context.Context, dispatcher sdkservices.Dispatcher, ...) error
- func (sch *Scheduler) Update(ctx context.Context, tid sdktypes.TriggerID, schedule string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var Configs = configset.Set[Config]{ Default: &Config{}, }
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.10.10
type Config struct { Worker temporalclient.WorkerConfig `koanf:"worker"` Workflow temporalclient.WorkflowConfig `koanf:"workflow"` Activity temporalclient.ActivityConfig `koanf:"activity"` }
Click to show internal directories.
Click to hide internal directories.