Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrayersData ¶
type PrayersData struct {
// contains filtered or unexported fields
}
PrayersData (sync.Mutex) is used to handle the Iqama times
func StartIqamaServer ¶
func StartIqamaServer() *PrayersData
func (*PrayersData) Confs ¶
func (i *PrayersData) Confs() *v1.Resp
func (*PrayersData) Refresh ¶
func (i *PrayersData) Refresh()
type RecordingsData ¶
type RecordingsData struct {
// contains filtered or unexported fields
}
RecordingsData (sync.Mutex) is used to handle the RecordConfig asynchronously as it's used in the main and some sub routines
func StartRecordingScheduleServer ¶
func StartRecordingScheduleServer() *RecordingsData
func (*RecordingsData) Confs ¶
func (ac *RecordingsData) Confs() []*rec.RecordConfig
func (*RecordingsData) Refresh ¶
func (ac *RecordingsData) Refresh()
Refresh updates the scheduling configurations
Click to show internal directories.
Click to hide internal directories.