Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchAndSaveDataFolderRecitations ¶
func FetchAndSaveDataFolderRecitations()
func FetchAndSaveEveryAyahRecitations ¶
func FetchAndSaveEveryAyahRecitations()
func FetchEveryAyahTimings ¶
func FetchEveryAyahTimings()
func FetchQuranComAyahTimings ¶
func FetchQuranComAyahTimings()
Types ¶
type Recitation ¶
type Recitations ¶
type Recitations struct {
Recitations []Recitation `json:"recitations"`
}
type Verse ¶
type Verse struct { Chapter int `json:"chapter"` Segments [][]int `json:"segments"` URL string `json:"url"` Verse int `json:"verse"` }
Define the structure of the API response for verses
type VersesResponse ¶
type VersesResponse struct {
Verses []Verse `json:"verses"`
}
Click to show internal directories.
Click to hide internal directories.