enter.go 93 B

123456
  1. package example
  2. type ServiceGroup struct {
  3. CustomerService
  4. FileUploadAndDownloadService
  5. }