Init
This commit is contained in:
8
http/order.go
Normal file
8
http/order.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package http
|
||||
|
||||
type UpdateOrderStatusRequest struct {
|
||||
Status string `json:"status"`
|
||||
}
|
||||
|
||||
type UpdateOrderStatusResponse struct {
|
||||
}
|
||||
Reference in New Issue
Block a user