1
0
mirror of https://github.com/beego/bee.git synced 2024-06-02 16:13:26 +00:00
bee/generate
jongmin.shin 1eaaa91cab Support NSRouter and multi-level namespace
* Support `NSRouter`
  * As `NSRouter` doesn't need `@router` annotation, changed `parserComments` to parse comments of HTTP method functions(Get, Post, ...) without `@router` annotation
* Support multi-level namespace
  * Traverse `Namespace`, `NSRouter`, `NSInclude` in a depth-first manner.
  * Set controller's tag as a concatenation of route path from root(`NewNamespace)` to leaf nodes(`NSRouter`, `NSInclude`)
2019-03-08 15:40:50 +09:00
..
swaggergen Support NSRouter and multi-level namespace 2019-03-08 15:40:50 +09:00
g_appcode.go Remove redundant selectedTables. 2017-10-20 23:32:13 -07:00
g_controllers.go Refactor! 2017-03-10 11:48:26 +02:00
g_hproseappcode.go add ineffassign check 2017-04-28 22:53:38 +08:00
g_migration.go Revert "Update: complementary fix for removing calling ddlSpec on migration" 2017-07-16 08:13:08 +05:30
g_model.go 读取 ref(pk) 值 2017-06-05 09:34:38 +08:00
g_scaffold.go Adding dir parameter to migrate command 2018-11-12 13:10:43 +01:00
g_views.go Refactor! 2017-03-10 11:48:26 +02:00
g.go UPDATE: creating ddl migration spec is now possible 2017-07-13 20:30:06 +05:30