Versions in this module Expand all Collapse all v0 v0.2.0 Aug 10, 2026 Changes in this version + func New() plugin.Plugin + type JobResponse struct + CompletedAt *time.Time + CreatedAt time.Time + JobID uuid.UUID + Payload json.RawMessage + QueueName string + StartedAt *time.Time + Status string + type Plugin struct + func (p *Plugin) Info() plugin.PluginInfo + func (p *Plugin) Init(ctx context.Context, env *plugin.Environment) error + func (p *Plugin) Migrations() []plugin.Migration + func (p *Plugin) RegisterCommands() []plugin.Command + func (p *Plugin) RegisterRoutes(mux *http.ServeMux) error + func (p *Plugin) Run(ctx context.Context) error