package fileManager import "log-server/service" type ApiGroup struct { // Code generated by log-server Begin; DO NOT EDIT. ApiFileFolder //ApiRentComputerShop //ApiRentSetMeal //ApiRentComputerLedger // Code generated by log-server End; DO NOT EDIT. } var ( ServiceFileFolder = service.ServiceGroupApp.FileManagerServiceGroup.ServiceFileFolder // ServiceRentComputerLedger = service.ServiceGroupApp.RentComputerServiceGroup.ServiceRentComputerLedger // ServiceRentComputerShop = service.ServiceGroupApp.RentComputerServiceGroup.ServiceRentComputerShop // ServiceRentSetMeal = service.ServiceGroupApp.RentComputerServiceGroup.ServiceRentSetMeal )