package response import "gin_server_admin/model/example" type FilePathResponse struct { FilePath string `json:"filePath"` } type FileResponse struct { File example.ExaFile `json:"file"` }