✨ init project
This commit is contained in:
11
model/example/response/exa_breakpoint_continue.go
Normal file
11
model/example/response/exa_breakpoint_continue.go
Normal file
@@ -0,0 +1,11 @@
|
||||
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"`
|
||||
}
|
Reference in New Issue
Block a user