bygdata/model/example/response/exa_file_upload_download.go
2026-03-10 14:09:43 +00:00

8 lines
135 B
Go

package response
import "bygdata/model/example"
type ExaFileResponse struct {
File example.ExaFileUploadAndDownload `json:"file"`
}