enter.go 98 B

12345678
  1. package app
  2. type RouterGroup struct {
  3. GatewayRouter
  4. CameraRouter
  5. EventRouter
  6. PictureRouter
  7. }