enter.go 87 B

1234567
  1. package app
  2. type ServiceGroup struct {
  3. CameraService
  4. GatewayService
  5. EventService
  6. }