requests-log db

This commit is contained in:
2023-01-13 17:17:17 +01:00
parent 0ec7a9d274
commit e737cd9d5c
24 changed files with 1037 additions and 283 deletions

View File

@@ -1,6 +1,7 @@
package logic
type Job interface {
Start()
Start() error
Stop()
Running() bool
}