package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Oct 15, 2023
License: BSD-3-Clause
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func GetDiscordPrettified() string
func GetShellPrettified() string
type Dates struct {
Hijri string `json:"hijri"`
Miladi string `json:"miladi"`
}
type Jumua struct {
Fr string `json:"fr"`
Ar string `json:"ar"`
}
type Prayer struct {
Adhan string `json:"adhan"`
Iqama string `json:"iqama"`
}
type Resp struct {
Dates Dates `json:"dates"`
Fajr Prayer `json:"fajr"`
Sunrise string `json:"sunrise"`
Dhuhr Prayer `json:"dhuhr"`
Asr Prayer `json:"asr"`
Maghrib Prayer `json:"maghrib"`
Isha Prayer `json:"isha"`
Jumua Jumua `json:"jumua"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.