Files
st/server/model/example/response/exa_breakpoint_continue.go
2026-02-10 17:48:27 +08:00

12 lines
205 B
Go

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