lckt-server/model/example/response/exa_file_upload_download.go
2025-04-09 12:17:33 +08:00

8 lines
151 B
Go

package response
import "git.echol.cn/loser/lckt/model/example"
type ExaFileResponse struct {
File example.ExaFileUploadAndDownload `json:"file"`
}