enter.go 667 B

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