exa_file_upload_download.go 137 B

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