Versions in this module Expand all Collapse all v0 v0.1.0 Nov 5, 2023 Changes in this version + type DispatchOpts struct + type DispatchOptsFunc func(d *DispatchOpts) + func WithHatchetClient(hc *hatchetclient.Client) DispatchOptsFunc + func WithWorkflowFiles(files []*types.WorkflowFile) DispatchOptsFunc + type Dispatcher struct + func (d *Dispatcher) InitSchedules() error + func (d *Dispatcher) Trigger(eventId string, data any) error + type DispatcherInterface interface + Trigger func(eventId string, data any) error + func NewDispatcher(opts ...DispatchOptsFunc) DispatcherInterface