Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attachment ¶
type Message ¶
type Message struct {
UUID string `json:"uuid"`
Status domain.Status `json:"status"`
From string `json:"from"`
To []string `json:"to"`
Subject string `json:"subject"`
Text string `json:"text"`
CreatedAt string `json:"created_at"`
Attachments []Attachment `json:"attachments"`
}
func NewMessage ¶
Click to show internal directories.
Click to hide internal directories.