chore: move queue to appleboy/queue (#612)

* chore: move queue to appleboy/queue

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2021-07-24 17:18:35 +08:00
committed by GitHub
parent fcfa195bc6
commit 14f19fcb20
16 changed files with 14 additions and 233 deletions

View File

@@ -5,7 +5,8 @@ import (
"runtime"
"github.com/appleboy/gorush/notify"
"github.com/appleboy/gorush/queue"
"github.com/appleboy/queue"
)
var _ queue.Worker = (*Worker)(nil)

View File

@@ -7,8 +7,8 @@ import (
"github.com/appleboy/gorush/logx"
"github.com/appleboy/gorush/notify"
"github.com/appleboy/gorush/queue"
"github.com/appleboy/queue"
"github.com/stretchr/testify/assert"
)