enter.go 292 B

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