feat: add tenant commands
This commit is contained in:
@@ -8,6 +8,7 @@ import (
|
||||
"backend/common/service/migrate"
|
||||
"backend/common/service/model"
|
||||
"backend/common/service/tasks"
|
||||
"backend/common/service/tenants"
|
||||
|
||||
"git.ipao.vip/rogeecn/atom"
|
||||
log "github.com/sirupsen/logrus"
|
||||
@@ -20,6 +21,7 @@ func main() {
|
||||
migrate.Command(),
|
||||
model.Command(),
|
||||
tasks.Command(),
|
||||
tenants.Command(),
|
||||
}
|
||||
|
||||
if err := atom.Serve(opts...); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user