• haoyanbin's avatar
    1 · 9bf9e037
    haoyanbin authored
    9bf9e037
exa_breakpoint_continue.go 180 Bytes
package response

import "gin-vue-admin/model"

type FilePathResponse struct {
	FilePath string `json:"filePath"`
}

type FileResponse struct {
	File model.ExaFile `json:"file"`
}