1
0
mirror of https://github.com/beego/bee.git synced 2025-07-05 23:30:18 +00:00

Add bee generate routers command

This commit is contained in:
Ming Deng
2021-02-09 23:33:22 +08:00
parent 21f42e22a4
commit 22a4b07b4a
4 changed files with 580 additions and 1 deletions

View File

@ -22,3 +22,9 @@ var Level utils.DocValue
var Tables utils.DocValue
var Fields utils.DocValue
var DDL utils.DocValue
// bee generate routers
var ControllerDirectory utils.DocValue
var RoutersFile utils.DocValue
var RouterPkg utils.DocValue