Versions in this module Expand all Collapse all v0 v0.3.0 Jan 29, 2023 Changes in this version + var Provides = wire.NewSet(wire.Struct(new(Controller), "*"), wire.Struct(new(Service), "*")) + type Controller struct + Service *Service + type Service struct