1
0
mirror of synced 2024-11-22 04:56:06 +03:00

add oneof for order status

This commit is contained in:
Alex Lushpai 2018-09-20 11:26:02 +03:00
parent 9df3b5a659
commit 4c882fa250

View File

@ -20,6 +20,13 @@ const (
MsgTypeCommand string = "command"
MsgTypeOrder string = "order"
MsgTypeProduct string = "product"
MsgOrderStatusCodeNew = "new"
MsgOrderStatusCodeApproval = "approval"
MsgOrderStatusCodeAssembling = "assembling"
MsgOrderStatusCodeDelivery = "delivery"
MsgOrderStatusCodeComplete = "complete"
MsgOrderStatusCodeCancel = "cancel"
)
// MgClient type