Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotificationRequest ¶
type Server ¶
type Server struct {
EmailChannel *channels.EmailChannel
HtmlEmailChannel *channels.HtmlEmailChannel
SMSChannel *channels.SMSChannel
PushChannel *channels.PushChannel
JobQueue *queue.JobQueue
Router *gin.Engine
}
func NewServer ¶
func NewServer(emailChannel *channels.EmailChannel, htmlEmailChannel *channels.HtmlEmailChannel, smsChannel *channels.SMSChannel, pushChannel *channels.PushChannel, jobQueue *queue.JobQueue) *Server
Click to show internal directories.
Click to hide internal directories.