Versions in this module Expand all Collapse all v0 v0.1.1 Apr 12, 2026 v0.1.0 Apr 12, 2026 Changes in this version + type Singleton struct + func NewSingleton[T any](initFunc func() T) *Singleton[T] + func (s *Singleton[T]) Get() T + func (s *Singleton[T]) IsInitialized() bool + func (s *Singleton[T]) Reset()