Added a basic homepage
This commit is contained in:
parent
d40640a648
commit
12fd3c04ca
113 changed files with 414 additions and 506 deletions
10
internal/tasks/register.go
Normal file
10
internal/tasks/register.go
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
package tasks
|
||||
|
||||
import (
|
||||
"github.com/camzawacki/personal-site/internal/services"
|
||||
)
|
||||
|
||||
// Register registers all task queues with the task client.
|
||||
func Register(c *services.Container) {
|
||||
c.Tasks.Register(NewExampleTaskQueue(c))
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue