Documentation ¶ Index ¶ Constants func Notify(by string, title string, description string, content string) error func SendEmail(subject string, receiver string, content string) error func SendMessage(title string, description string, content string) error Constants ¶ View Source const ( ByAll = "all" ByEmail = "email" ByMessagePusher = "message_pusher" ) Variables ¶ This section is empty. Functions ¶ func Notify ¶ func Notify(by string, title string, description string, content string) error func SendEmail ¶ func SendEmail(subject string, receiver string, content string) error func SendMessage ¶ func SendMessage(title string, description string, content string) error Types ¶ This section is empty. Source Files ¶ View all Source files email.gomain.gomessage-pusher.go Click to show internal directories. Click to hide internal directories.