bygdata/model/example/response/exa_breakpoint_continue.go
liuzhiwang e57ec346ea add
2026-02-02 17:57:11 +08:00

12 lines
188 B
Go

package response
import "byg-backend/model/example"
type FilePathResponse struct {
FilePath string `json:"filePath"`
}
type FileResponse struct {
File example.ExaFile `json:"file"`
}