enter.go 379 B

1234567891011121314151617
  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. OrganizationApi
  14. PlaceProApi
  15. // Code generated by github.com/flipped-aurora/gin-vue-admin/server End; DO NOT EDIT.
  16. }