enter.go 321 B

123456789101112
  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. // Code generated by github.com/flipped-aurora/gin-vue-admin/server End; DO NOT EDIT.
  11. }