Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrthoResponse ¶
type OrthoResponse struct { Year int `json:"year"` Month int `json:"month"` Day int `json:"day"` PaschaDistance int `json:"pascha_distance"` Titles []string `json:"titles"` FastLevel int `json:"fast_level"` FastLevelDescription string `json:"fast_level_desc"` FeastLevel int `json:"feast_level"` FeastLevelDescription string `json:"feast_level_desc"` }
func MakeRequest ¶
func MakeRequest(url string) (OrthoResponse, error)
Click to show internal directories.
Click to hide internal directories.