enter.go 788 B

12345678910111213141516171819202122
  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. ApiRentComputerLedger
  9. ApiRentComputerLog
  10. // Code generated by log-server End; DO NOT EDIT.
  11. }
  12. var (
  13. ServiceRentComputer = service.ServiceGroupApp.RentComputerServiceGroup.ServiceRentComputer
  14. ServiceRentComputerLedger = service.ServiceGroupApp.RentComputerServiceGroup.ServiceRentComputerLedger
  15. ServiceRentComputerShop = service.ServiceGroupApp.RentComputerServiceGroup.ServiceRentComputerShop
  16. ServiceRentSetMeal = service.ServiceGroupApp.RentComputerServiceGroup.ServiceRentSetMeal
  17. ServiceRentComputerLog = service.ServiceGroupApp.RentComputerServiceGroup.ServiceRentComputerLog
  18. )