enter.go 94 B

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