Versions in this module Expand all Collapse all v0 v0.0.28 Jul 26, 2022 Changes in this version type Service + Redis *redis.Client v0.0.5 Aug 26, 2022 Changes in this version + var Provides = wire.NewSet(wire.Struct(new(Controller), "*"), wire.Struct(new(Service), "*")) + type Controller struct + RolesService *Service + func (x *Controller) In(r *route.RouterGroup) + type Service struct + Db *mongo.Database + func (x *Service) FindByIds(ctx context.Context, ids []primitive.ObjectID) (err error) + func (x *Service) FindNamesByIds(ctx context.Context, ids []primitive.ObjectID) (names []string, err error)