| 12345678910111213141516171819202122 |
- package typeManage
- import "log-server/service"
- type ApiGroup struct {
- // Code generated by github.com/flipped-aurora/gin-vue-admin/server Begin; DO NOT EDIT.
- // Code generated by github.com/flipped-aurora/gin-vue-admin/server End; DO NOT EDIT.
- GameChannelApi
- GameListApi
- LoginTypeApi
- ResponsiblePersonApi
- AccountTypeApi
- }
- var(
- gameService = service.ServiceGroupApp.TypeServiceGroup.GameChannelService
- gameListService = service.ServiceGroupApp.TypeServiceGroup.GameListService
- loginTypeService = service.ServiceGroupApp.TypeServiceGroup.LoginTypeService
- responsiblePersonService = service.ServiceGroupApp.TypeServiceGroup.ResponsiblePersonService
- accountTypeService = service.ServiceGroupApp.TypeServiceGroup.AccountTypeService
- )
|