enter.go 744 B

12345678910111213141516171819202122
  1. package typeManage
  2. import "log-server/service"
  3. type ApiGroup struct {
  4. // Code generated by github.com/flipped-aurora/gin-vue-admin/server Begin; DO NOT EDIT.
  5. // Code generated by github.com/flipped-aurora/gin-vue-admin/server End; DO NOT EDIT.
  6. GameChannelApi
  7. GameListApi
  8. LoginTypeApi
  9. ResponsiblePersonApi
  10. AccountTypeApi
  11. }
  12. var(
  13. gameService = service.ServiceGroupApp.TypeServiceGroup.GameChannelService
  14. gameListService = service.ServiceGroupApp.TypeServiceGroup.GameListService
  15. loginTypeService = service.ServiceGroupApp.TypeServiceGroup.LoginTypeService
  16. responsiblePersonService = service.ServiceGroupApp.TypeServiceGroup.ResponsiblePersonService
  17. accountTypeService = service.ServiceGroupApp.TypeServiceGroup.AccountTypeService
  18. )