Versions in this module Expand all Collapse all v0 v0.1.2 Mar 6, 2026 Changes in this version + type Registry struct + func NewRegistry() *Registry + func (r *Registry) Get(taskType types.TaskType) (*types.HandlerDefinition, bool) + func (r *Registry) Len() int + func (r *Registry) Register(def types.HandlerDefinition) error + func (r *Registry) TaskTypes() []string