Versions in this module Expand all Collapse all v0 v0.3.0 Mar 29, 2026 Changes in this version + type Registry struct + func New[T any](kind string) *Registry[T] + func (r *Registry[T]) Lookup(name string) (T, error) + func (r *Registry[T]) Register(name string, item T) error + func (r *Registry[T]) Unregister(name string)