enter.go 349 B

123456789101112131415
  1. package autocode
  2. type ApiGroup struct {
  3. // Code generated by github.com/flipped-aurora/gin-vue-admin/server Begin; DO NOT EDIT.
  4. AutoCodeExampleApi
  5. ContentApi
  6. PlaceApi
  7. ProblemInfoApi
  8. ReadCountApi
  9. UnitApi
  10. ProblemTypeApi
  11. UnitHistoryApi
  12. ProblemReplyApi
  13. // Code generated by github.com/flipped-aurora/gin-vue-admin/server End; DO NOT EDIT.
  14. }