Files
ai_proxy/server/model/example/response/exa_breakpoint_continue.go
2026-03-03 15:39:23 +08:00

12 lines
211 B
Go

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