enter.go 98 B

1234567
  1. package monitor
  2. type ServiceGroup struct {
  3. MultiScreenService
  4. PlayBackService
  5. CommonService
  6. }