chore: register queue command
This commit is contained in:
@@ -3,6 +3,7 @@ package main
|
||||
import (
|
||||
"quyun/v2/app/commands/http"
|
||||
"quyun/v2/app/commands/migrate"
|
||||
"quyun/v2/app/commands/queue"
|
||||
"quyun/v2/app/commands/seed"
|
||||
"quyun/v2/app/commands/storage_migrate"
|
||||
"quyun/v2/pkg/utils"
|
||||
@@ -34,6 +35,7 @@ func main() {
|
||||
atom.Name("v2"),
|
||||
http.Command(),
|
||||
migrate.Command(),
|
||||
queue.Command(),
|
||||
seed.Command(),
|
||||
storage_migrate.Command(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user