Added timer controllers for managing usage stats

This commit is contained in:
Chris Troutner
2025-06-05 18:25:10 -07:00
parent fcb4acb11d
commit f0f6970a08
5 changed files with 90 additions and 34 deletions
+8
View File
@@ -47,6 +47,14 @@ class UsageUseCaseMock {
async getTopEndpoints(existingUser, newData) {
return true
}
async clearUsage() {
return true
}
async saveUsage() {
return true
}
}
class UseCasesMock {