enter.go 81 B

1234567
  1. package api
  2. type ApiGroup struct {
  3. EmailApi
  4. }
  5. var ApiGroupApp = new(ApiGroup)