Documentation ¶ Index ¶ Variables type Handler type Module func InitModule(db *mongox.Mongo, rmModule *relation.Module, attrModule *attribute.Module, ...) (*Module, error) type Service Constants ¶ This section is empty. Variables ¶ View Source var ProviderSet = wire.NewSet(web.NewHandler, initMGProvider, initModelProvider) Functions ¶ This section is empty. Types ¶ type Handler ¶ type Handler = web.Handler type Module ¶ type Module struct { Svc Service Hdl *Handler } func InitModule ¶ func InitModule(db *mongox.Mongo, rmModule *relation.Module, attrModule *attribute.Module, resourceSvc *resource.Module) (*Module, error) type Service ¶ type Service = service.Service Source Files ¶ View all Source files module.go type.go wire_gen.go Directories ¶ Show internal Expand all Path Synopsis internal domain errs integration/startup repository repository/dao service web Click to show internal directories. Click to hide internal directories.