enter.go 118 B

123456789
  1. package app
  2. type ServiceGroup struct {
  3. CameraService
  4. GatewayService
  5. EventService
  6. PictureService
  7. IpcastService
  8. }