enter.go 207 B

1234567891011
  1. package example
  2. import "server/service"
  3. type ApiGroup struct {
  4. FileUploadAndDownloadApi
  5. }
  6. var (
  7. fileUploadAndDownloadService = service.ServiceGroupApp.ExampleServiceGroup.FileUploadAndDownloadService
  8. )