Documentation ¶ Index ¶ Variables type GroupHdl type Handler type Module func InitModule(q mq.MQ, db *mongox.Mongo, workAPP *workwx.WorkwxApp) (*Module, error) type Service Constants ¶ This section is empty. Variables ¶ View Source var ProviderSet = wire.NewSet(web.NewHandler, service.NewService, repository.NewTemplateRepository, dao.NewTemplateDAO, web.NewGroupHandler, service.NewGroupService, repository.NewTemplateGroupRepository, dao.NewTemplateGroupDAO) Functions ¶ This section is empty. Types ¶ type GroupHdl ¶ type GroupHdl = web.GroupHandler type Handler ¶ type Handler = web.Handler type Module ¶ type Module struct { Svc Service Hdl *Handler GroupHdl *GroupHdl // contains filtered or unexported fields } func InitModule ¶ func InitModule(q mq.MQ, db *mongox.Mongo, workAPP *workwx.WorkwxApp) (*Module, error) type Service ¶ type Service = service.Service Source Files ¶ View all Source files module.go types.go wire_gen.go Directories ¶ Show internal Expand all Path Synopsis internal domain errs event repository repository/dao service web Click to show internal directories. Click to hide internal directories.