package common import "github.com/flipped-aurora/gin-vue-admin/server/service" type ApiGroup struct { AttachmentCategoryApi FileUploadAndDownloadApi } var ( attachmentCategoryService = service.ServiceGroupApp.CommonServiceGroup.AttachmentCategoryService fileUploadAndDownloadService = service.ServiceGroupApp.CommonServiceGroup.FileUploadAndDownloadService )