add base queue system
This commit is contained in:
parent
d431963181
commit
d413d7def4
7 changed files with 141 additions and 0 deletions
1
main.go
1
main.go
|
|
@ -62,6 +62,7 @@ func main() {
|
|||
registerGlobalHooks()
|
||||
registerRoutes()
|
||||
registerEvents()
|
||||
registerQueues()
|
||||
if config.GetGormConfig().EnableGorm == true {
|
||||
RunAutoMigrations()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue