goweb-gin-demo/model/web/response/breakpoint_continue.go

12 lines
180 B
Go
Raw Normal View History

2021-11-02 17:48:39 +08:00
package response
import "goweb-gin-demo/model/web"
type FilePathResponse struct {
FilePath string `json:"filePath"`
}
type FileResponse struct {
File web.File `json:"file"`
}