✨ Init
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 "miniapp/model/example"
|
||||
|
||||
type FilePathResponse struct {
|
||||
FilePath string `json:"filePath"`
|
||||
}
|
||||
|
||||
type FileResponse struct {
|
||||
File example.ExaFile `json:"file"`
|
||||
}
|
7
model/example/response/exa_customer.go
Normal file
7
model/example/response/exa_customer.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package response
|
||||
|
||||
import "miniapp/model/example"
|
||||
|
||||
type ExaCustomerResponse struct {
|
||||
Customer example.ExaCustomer `json:"customer"`
|
||||
}
|
7
model/example/response/exa_file_upload_download.go
Normal file
7
model/example/response/exa_file_upload_download.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package response
|
||||
|
||||
import "miniapp/model/example"
|
||||
|
||||
type ExaFileResponse struct {
|
||||
File example.ExaFileUploadAndDownload `json:"file"`
|
||||
}
|
Reference in New Issue
Block a user