enter.go 534 B

123456789101112131415161718
  1. package rentComputer
  2. import "log-server/service"
  3. type ApiGroup struct {
  4. // Code generated by log-server Begin; DO NOT EDIT.
  5. ApiRentComputer
  6. ApiRentComputerShop
  7. ApiRentSetMeal
  8. // Code generated by log-server End; DO NOT EDIT.
  9. }
  10. var (
  11. ServiceRentComputer = service.ServiceGroupApp.RentComputerServiceGroup.ServiceRentComputer
  12. ServiceRentComputerShop = service.ServiceGroupApp.RentComputerServiceGroup.ServiceRentComputerShop
  13. ServiceRentSetMeal = service.ServiceGroupApp.RentComputerServiceGroup.ServiceRentSetMeal
  14. )