Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var JST, _ = time.LoadLocation("Asia/Tokyo")
JST represents Asia/Tokyo timezone
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct { Title string `json:"title"` URL string `json:"url"` Address string `json:"address"` UpdatedAt *time.Time `json:"updated_at"` PublishedAt *time.Time `json:"published_at"` StartedAt *time.Time `json:"started_at"` EndedAt *time.Time `json:"ended_at"` }
Event represents event data
Click to show internal directories.
Click to hide internal directories.