enter.go 359 B

1234567891011121314
  1. package autocode
  2. type RouterGroup struct {
  3. // Code generated by github.com/flipped-aurora/gin-vue-admin/server Begin; DO NOT EDIT.
  4. AutoCodeExampleRouter
  5. ContentRouter
  6. PlaceRouter
  7. ProblemInfoRouter
  8. ReadCountRouter
  9. UnitRouter
  10. ProblemTypeRouter
  11. UnitHistoryRouter
  12. // Code generated by github.com/flipped-aurora/gin-vue-admin/server End; DO NOT EDIT.
  13. }