DeliveryRetryJob

This commit is contained in:
2022-11-20 15:40:22 +01:00
parent c2899fd727
commit 08a93551e7
12 changed files with 388 additions and 21 deletions
+6
View File
@@ -0,0 +1,6 @@
package logic
type Job interface {
Start()
Stop()
}