Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct {
ID string `json:"_id"`
Sent bool `json:"sent"`
Updated string `json:"updated"`
Receivers []Receiver `json:"receivers"`
Parts Parts `json:"parts"`
Created string `json:"created"`
Message string `json:"message"`
Sender string `json:"sender"`
Tags bool `json:"tags"`
Groups []string `json:"groups"`
Future bool `json:"future"`
Status Status `json:"status"`
}
Click to show internal directories.
Click to hide internal directories.