Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CardAction_name = map[int32]string{ 0: "NOAction", 1: "DailyReceived", 2: "Buy", 3: "Renew", } CardAction_value = map[string]int32{ "NOAction": 0, "DailyReceived": 1, "Buy": 2, "Renew": 3, } )
Enum value maps for CardAction.
View Source
var File_purchase_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CardAction ¶
type CardAction int32
const ( CardAction_NOAction CardAction = 0 CardAction_DailyReceived CardAction = 1 CardAction_Buy CardAction = 2 CardAction_Renew CardAction = 3 )
func (CardAction) Descriptor ¶
func (CardAction) Descriptor() protoreflect.EnumDescriptor
func (CardAction) Enum ¶
func (x CardAction) Enum() *CardAction
func (CardAction) EnumDescriptor
deprecated
func (CardAction) EnumDescriptor() ([]byte, []int)
Deprecated: Use CardAction.Descriptor instead.
func (CardAction) Number ¶
func (x CardAction) Number() protoreflect.EnumNumber
func (CardAction) String ¶
func (x CardAction) String() string
func (CardAction) Type ¶
func (CardAction) Type() protoreflect.EnumType
Click to show internal directories.
Click to hide internal directories.