enter.go 109 B

12345678
  1. package admin
  2. type ServiceGroup struct {
  3. DeviceService
  4. DeviceGenreService
  5. RegionService
  6. TunnelService
  7. }