| description | Used to describe information for a executer, used to register routers |
|---|
- $all : RouterMeta | RouterMeta.method
- [ method_name: string ] : RouterMeta | RouterMeta.method
Describe information for a mapping method. This information will be used by hyron to register the router and execute business logic along with plugins
$all : RouterMeta | RouterMeta.methodApply descriptions for all routers. It has a low priority, so you can override it at each router
List their mapping methods and descriptions, used by hyron to register the router
[ method_name: string ] : RouterMeta | RouterMeta.method| type | description |
|---|---|
| method_name | The corresponding method name is encapsulated in this class. it will be used as a child path url by default |
| RouterMeta | Contains descriptive information for this router |
| RouterMeta.method | The method will be used to register the router |