Added a basic homepage
This commit is contained in:
parent
d40640a648
commit
12fd3c04ca
113 changed files with 414 additions and 506 deletions
|
|
@ -1,10 +0,0 @@
|
|||
package tasks
|
||||
|
||||
import (
|
||||
"github.com/camzawacki/personal-site/pkg/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