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