Add cron tick of command queue
This commit is contained in:
parent
0a0a32cf58
commit
573bfbf9c7
7 changed files with 113 additions and 13 deletions
1
go.mod
1
go.mod
|
@ -5,5 +5,6 @@ go 1.14
|
|||
require (
|
||||
github.com/google/uuid v1.1.1
|
||||
github.com/gorilla/mux v1.7.4
|
||||
github.com/robfig/cron v1.2.0
|
||||
github.com/stretchr/testify v1.6.0
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue