Versions in this module Expand all Collapse all v0 v0.0.28 Jul 26, 2022 Changes in this version + var Provides = wire.NewSet(wire.Struct(new(Controller), "*"), wire.Struct(new(Service), "*")) + type Controller struct + PagesService *Service + func (x *Controller) In(r *route.RouterGroup) + type Service struct + Db *mongo.Database + Redis *redis.Client