exa_breakpoint_continue.go 223 B

1234567891011
  1. package response
  2. import "github.com/flipped-aurora/gin-vue-admin/server/model/example"
  3. type FilePathResponse struct {
  4. FilePath string `json:"filePath"`
  5. }
  6. type FileResponse struct {
  7. File example.ExaFile `json:"file"`
  8. }