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.

18 lines
250 B

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