exa_file_upload_download.go 125 B

123456789
  1. package response
  2. import (
  3. "server/dao"
  4. )
  5. type ExaFileResponse struct {
  6. File dao.ExaFileUploadAndDownload `json:"file"`
  7. }