refactor: queue pr part 1 #3606
Annotations
10 errors
|
Run tests:
event/application_test.go#L65
cannot use mockQueue (variable of type *"github.com/goravel/framework/mocks/queue".Queue) as "github.com/goravel/framework/contracts/queue".Queue value in argument to NewApplication: *"github.com/goravel/framework/mocks/queue".Queue does not implement "github.com/goravel/framework/contracts/queue".Queue (wrong type for method Worker)
|
Run tests:
event/task_test.go#L9
"github.com/goravel/framework/contracts/queue" imported as queuecontract and not used
|
Run tests:
event/task_test.go#L38
cannot use mockQueue (variable of type *"github.com/goravel/framework/mocks/queue".Queue) as "github.com/goravel/framework/contracts/queue".Queue value in argument to NewTask: *"github.com/goravel/framework/mocks/queue".Queue does not implement "github.com/goravel/framework/contracts/queue".Queue (wrong type for method Worker)
|
Run tests:
event/task_test.go#L55
cannot use mockQueue (variable of type *"github.com/goravel/framework/mocks/queue".Queue) as "github.com/goravel/framework/contracts/queue".Queue value in argument to NewTask: *"github.com/goravel/framework/mocks/queue".Queue does not implement "github.com/goravel/framework/contracts/queue".Queue (wrong type for method Worker)
|
Run tests:
event/task_test.go#L66
cannot use mockQueue (variable of type *"github.com/goravel/framework/mocks/queue".Queue) as "github.com/goravel/framework/contracts/queue".Queue value in argument to NewTask: *"github.com/goravel/framework/mocks/queue".Queue does not implement "github.com/goravel/framework/contracts/queue".Queue (wrong type for method Worker)
|
Run tests:
event/task_test.go#L75
cannot use mockQueue (variable of type *"github.com/goravel/framework/mocks/queue".Queue) as "github.com/goravel/framework/contracts/queue".Queue value in argument to NewTask: *"github.com/goravel/framework/mocks/queue".Queue does not implement "github.com/goravel/framework/contracts/queue".Queue (wrong type for method Worker)
|
Run tests:
mail/application.go#L73
undefined: queuecontract.Arg
|
Run tests:
queue/driver_async_test.go#L68
cannot use nil as "github.com/goravel/framework/contracts/queue".Args value in argument to s.app.Worker
|
Run tests
The operation was canceled.
|
Loading