Versions in this module Expand all Collapse all v2 v2.4.4 Nov 8, 2025 v2.4.2 Oct 16, 2025 v2.4.1 Oct 16, 2025 Changes in this version + type Factory struct + func NewFactory[T any](new func(name string) (T, error)) *Factory[T] + func (f *Factory[T]) Get(name string) (T, error)