enter.go 125 B

123456789
  1. package devices
  2. type ServiceGroup struct {
  3. GateWayService
  4. CameraService
  5. ScreensService
  6. RadarService
  7. IntersectService
  8. }