Versions in this module Expand all Collapse all v0 v0.2.19 Mar 17, 2026 Changes in this version + func Get[T any](ctx context.Context, r Registry[T], name string) (T, error) + func MustGet[T any](ctx context.Context, r Registry[T], name string) T + func Names[T any](ctx context.Context, r Registry[T]) []string + type Registry interface + Get func(name string) (T, bool) + Names func() []string + Register func(name string, f T) + RegisteredFactories func() map[string]T + Reset func() + func New[T any]() Registry[T]