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

12 lines
180 B
Go

package response
import "goweb-gin-demo/model/web"
type FilePathResponse struct {
FilePath string `json:"filePath"`
}
type FileResponse struct {
File web.File `json:"file"`
}