mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
refactor(wip): introduce job processing system
refactor: adapt report generation scheduling
This commit is contained in:
@@ -93,8 +93,7 @@ type ISummaryService interface {
|
||||
|
||||
type IReportService interface {
|
||||
Schedule()
|
||||
SyncSchedule(user *models.User) bool
|
||||
Run(*models.User, time.Duration) error
|
||||
SendReport(*models.User, time.Duration) error
|
||||
}
|
||||
|
||||
type ILeaderboardService interface {
|
||||
|
||||
Reference in New Issue
Block a user