Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Timed ¶
type Timed struct { gorm.Model Content string `json:"content"` // The content of the message Methods []Method `json:"methods"` // The methods used to contact the user Timestamp time.Time `json:"time"` // The time to send the outreach // contains filtered or unexported fields }
Timed is a Message that only occurs once
func (*Timed) GetContent ¶
func (*Timed) GetMethods ¶
func (m *Timed) GetMethods() []Method
Click to show internal directories.
Click to hide internal directories.