Added asynq and a task client to the container to faciliate task queues.
This commit is contained in:
parent
eb1e42bb02
commit
a8bd9f8b2d
12 changed files with 392 additions and 34 deletions
|
|
@ -16,4 +16,5 @@ func TestNewContainer(t *testing.T) {
|
|||
assert.NotNil(t, c.Mail)
|
||||
assert.NotNil(t, c.Auth)
|
||||
assert.NotNil(t, c.TemplateRenderer)
|
||||
assert.NotNil(t, c.Tasks)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue