exa_file_upload_download.go 138 B

12345678
  1. package response
  2. import "log-server/model/example"
  3. type ExaFileResponse struct {
  4. File example.ExaFileUploadAndDownload `json:"file"`
  5. }