mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
feat: implement computation of users first heartbeats data time
This commit is contained in:
@@ -12,7 +12,7 @@ type IAggregationService interface {
|
||||
}
|
||||
|
||||
type IMiscService interface {
|
||||
ScheduleCountTotalTime()
|
||||
Schedule()
|
||||
CountTotalTime()
|
||||
}
|
||||
|
||||
@@ -52,6 +52,7 @@ type IDiagnosticsService interface {
|
||||
type IKeyValueService interface {
|
||||
GetString(string) (*models.KeyStringValue, error)
|
||||
MustGetString(string) *models.KeyStringValue
|
||||
GetByPrefix(string) ([]*models.KeyStringValue, error)
|
||||
PutString(*models.KeyStringValue) error
|
||||
DeleteString(string) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user