enter.go 96 B

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