enter.go 89 B

1234567
  1. package devices
  2. type RouterGroup struct {
  3. GateWayRouter
  4. CameraRouter
  5. ScreensRouter
  6. }