package system import "wails-app/internal/service" type ApiGroup struct { FileUploadAndDownloadApi } var ( fileUploadAndDownloadService = service.ServiceGroupApp.ExampleServiceGroup.FileUploadAndDownloadService )