package rentComputer import "log-server/service" type ApiGroup struct { // Code generated by log-server Begin; DO NOT EDIT. ApiRentComputer ApiRentComputerShop ApiRentSetMeal ApiRentComputerLedger ApiRentComputerLog // Code generated by log-server End; DO NOT EDIT. } var ( ServiceRentComputer = service.ServiceGroupApp.RentComputerServiceGroup.ServiceRentComputer ServiceRentComputerLedger = service.ServiceGroupApp.RentComputerServiceGroup.ServiceRentComputerLedger ServiceRentComputerShop = service.ServiceGroupApp.RentComputerServiceGroup.ServiceRentComputerShop ServiceRentSetMeal = service.ServiceGroupApp.RentComputerServiceGroup.ServiceRentSetMeal ServiceRentComputerLog = service.ServiceGroupApp.RentComputerServiceGroup.ServiceRentComputerLog )