package
Version:
v0.0.4
Opens a new window with list of versions in this module.
Published: Jul 14, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func InsertTranslationsData(extraEdition *string)
type EditionData struct {
ID int `json:"id"`
Name string `json:"name"`
Source string `json:"source"`
Enabled int `json:"enabled"`
}
type JuzMapping struct {
Juz int `json:"juz"`
Start Verse `json:"start"`
End Verse `json:"end"`
}
type Quran struct {
Chapter int64 `json:"chapter"`
Verse int64 `json:"verse"`
Text string `json:"text"`
}
type QuranText struct {
Quran []Quran `json:"quran"`
}
type QuranVerses struct {
Quran []struct {
Chapter int `json:"chapter"`
Verse int `json:"verse"`
Text string `json:"text"`
} `json:"quran"`
}
type Verse struct {
Chapter int `json:"chapter"`
Verse int `json:"verse"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.