bygdata/model/example/response/exa_breakpoint_continue.go
2026-03-10 14:09:43 +00:00

12 lines
184 B
Go

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