admin/server/model/example/response/exa_breakpoint_continue.go

12 lines
223 B
Go
Raw Normal View History

2025-06-19 21:53:00 +08:00
package response
import "github.com/flipped-aurora/gin-vue-admin/server/model/example"
type FilePathResponse struct {
FilePath string `json:"filePath"`
}
type FileResponse struct {
File example.ExaFile `json:"file"`
}