enter.go 107 B

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