enter.go 93 B

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