lckt-server/model/example/response/exa_breakpoint_continue.go
2025-04-09 12:17:33 +08:00

12 lines
200 B
Go

package response
import "git.echol.cn/loser/lckt/model/example"
type FilePathResponse struct {
FilePath string `json:"filePath"`
}
type FileResponse struct {
File example.ExaFile `json:"file"`
}