goweb-gin-demo/server/model/system/response/sys_breakpoint_continue.go

12 lines
186 B
Go

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