Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chapter ¶
type Chapter struct { ID int `json:"id"` Bismillah bool `json:"bismillah"` ChapterNumber int `json:"chapter_number"` ChapterType string `json:"chapter_type"` ChapterVerse int `json:"chapter_verse"` ChapterName string `json:"chapter_name"` ChapterNameArabic string `json:"chapter_name_arabic"` ChapterNameComplex string `json:"chapter_name_complex"` ChapterNameTranslate struct { Indonesia string `json:"indonesia"` English string `json:"english"` } `json:"chapter_name_translate"` }
type ChapterVerse ¶
type ReadChapter ¶
Click to show internal directories.
Click to hide internal directories.