🎨 移除多余模块
This commit is contained in:
11
server/model/common/response/exa_breakpoint_continue.go
Normal file
11
server/model/common/response/exa_breakpoint_continue.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package response
|
||||
|
||||
import "github.com/flipped-aurora/gin-vue-admin/server/model/common"
|
||||
|
||||
type FilePathResponse struct {
|
||||
FilePath string `json:"filePath"`
|
||||
}
|
||||
|
||||
type FileResponse struct {
|
||||
File common.ExaFile `json:"file"`
|
||||
}
|
||||
Reference in New Issue
Block a user