1
0
mirror of https://github.com/beego/bee.git synced 2025-02-21 07:37:13 +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
..
2017-10-20 23:32:13 -07:00
2017-03-10 11:48:26 +02:00
2017-04-28 22:53:38 +08:00
2017-06-05 09:34:38 +08:00
2017-03-10 11:48:26 +02:00