feat: Add API
feat: Add DB-backed time provider
This commit is contained in:
@@ -62,3 +62,7 @@ func (d Diyanet) Get(ctx context.Context, location string) ([]prayer.Times, erro
|
||||
|
||||
return times, err
|
||||
}
|
||||
|
||||
func (d Diyanet) Name() string {
|
||||
return "diyanet"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user