Versions in this module Expand all Collapse all v0 v0.1.0 Sep 4, 2024 Changes in this version + type Singleton struct + func NewSingleton[V any](get func(context.Context) (V, error)) *Singleton[V] + func (s *Singleton[V]) Get(ctx context.Context) (V, error)