You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
237 B

  1. package system
  2. type RouterGroup struct {
  3. ApiRouter
  4. AuthorityRouter
  5. AutoCodeRouter
  6. BaseRouter
  7. CasbinRouter
  8. DictionaryRouter
  9. DictionaryDetailRouter
  10. InitRouter
  11. JwtRouter
  12. MenuRouter
  13. OperationRecordRouter
  14. SysRouter
  15. UserRouter
  16. }