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(NewSecure, fx.As(new(Random))))) + type Random interface + String func(size int) (string, error) + type Secure struct + func NewSecure() *Secure + func (s *Secure) String(size int) (string, error)