enter.go 97 B

1234567
  1. package router
  2. type RouterGroup struct {
  3. NotifyRouter
  4. }
  5. var RouterGroupApp = new(RouterGroup)