Versions in this module Expand all Collapse all v0 v0.1.2 Jun 14, 2026 Changes in this version + var Module = fx.Options(fx.Provide(fx.Annotate(NewSystem, fx.As(new(Clock))))) + type Clock interface + Now func() time.Time + type Fixed struct + T time.Time + func NewFixed(t time.Time) *Fixed + func (f *Fixed) Now() time.Time + type System struct + func NewSystem() *System + func (s *System) Now() time.Time