Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MessageProviders = wire.NewSet(service.NewMessageService, wire.Bind(new(service.IMessageService), new(*service.MessageService)))
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module struct {
Svc Service
}
func InitMessageModule ¶
func InitMessageModule(emailModule *email.Module, messageTemplateModule *message_template.Module, websiteConfigModule *website_config.Module) *Module
type Service ¶
type Service = service.IMessageService
Click to show internal directories.
Click to hide internal directories.