Documentation ¶ Index ¶ func SendEmail(msg []byte) type Message Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func SendEmail ¶ func SendEmail(msg []byte) Types ¶ type Message ¶ type Message struct { ID uuid.UUID `json:"_id"` Title string `json:"title"` Body string `json:"body"` Email string `json:"email"` CreatedAt time.Time `json:"created_at"` } Source Files ¶ View all Source files email-sender.go Click to show internal directories. Click to hide internal directories.