requests-log db
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package logic
|
||||
|
||||
type Job interface {
|
||||
Start()
|
||||
Start() error
|
||||
Stop()
|
||||
Running() bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user