Files
Go-Web-Template/server/model/common/response/exa_breakpoint_continue.go
2026-04-08 12:19:24 +08:00

12 lines
221 B
Go

package response
import "github.com/flipped-aurora/gin-vue-admin/server/model/common"
type FilePathResponse struct {
FilePath string `json:"filePath"`
}
type FileResponse struct {
File common.ExaFile `json:"file"`
}