Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DeliveryType_name = map[int32]string{
0: "delivery_type_null",
1: "courier",
2: "takeaway",
}
View Source
var DeliveryType_value = map[string]int32{
"delivery_type_null": 0,
"courier": 1,
"takeaway": 2,
}
Functions ¶
This section is empty.
Types ¶
type DeliveryType ¶
type DeliveryType int32
const ( DeliveryType_delivery_type_null DeliveryType = 0 DeliveryType_courier DeliveryType = 1 DeliveryType_takeaway DeliveryType = 2 )
func (DeliveryType) EnumDescriptor ¶
func (DeliveryType) EnumDescriptor() ([]byte, []int)
func (DeliveryType) String ¶
func (x DeliveryType) String() string
Click to show internal directories.
Click to hide internal directories.