Documentation
¶
Index ¶
Constants ¶
View Source
const ExampleFile = "motd-example.json"
View Source
const TimeString = "02 Jan 06 15:04 -0700" // RFC822 with numeric zone
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalizedText ¶
type Message ¶
type Message struct { Begin string `json:"begin"` End string `json:"end"` Type string `json:"type"` Platform string `json:"platform"` Urgency string `json:"urgency"` Text []LocalizedText `json:"text"` }
func FetchLatest ¶
func FetchLatest() []Message