enter.go 120 B

1234567
  1. package example
  2. type ServiceGroup struct {
  3. CustomerService
  4. FileUploadAndDownloadService
  5. AttachmentCategoryService
  6. }