mq/app/http/entities/order.go

8 lines
198 B
Go

package entities
type MqMessage struct {
Body map[string]interface{} `json:"body"`
Property map[string]interface{} `json:"property"`
Key string `json:"serial_number"`
}