goweb-gin-demo/model/web/response/file_upload_download.go

8 lines
131 B
Go

package response
import "goweb-gin-demo/model/web"
type ExaFileResponse struct {
File web.FileUploadAndDownload `json:"file"`
}