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