// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.30.0 // protoc v4.23.2 // source: spin_logic.proto package spin import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" sync "sync" ) const ( // Verify that this generated code is sufficiently up-to-date. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) // Verify that runtime/protoimpl is sufficiently up-to-date. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) ) type SpinLogicReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields // 下注额 Bet float64 `protobuf:"fixed64,1,opt,name=bet,proto3" json:"bet,omitempty"` // 下注模式 Mode int32 `protobuf:"varint,2,opt,name=mode,proto3" json:"mode,omitempty"` // 客户端选择模式索引 Select int32 `protobuf:"varint,3,opt,name=select,proto3" json:"select,omitempty"` // 用户余额 Balance float64 `protobuf:"fixed64,4,opt,name=balance,proto3" json:"balance,omitempty"` // 剩余免费次数 FgCount int32 `protobuf:"varint,5,opt,name=fgCount,proto3" json:"fgCount,omitempty"` // 需要缓存的数据 Data string `protobuf:"bytes,6,opt,name=data,proto3" json:"data,omitempty"` // 0 普通 1 免费 2 购买 Stype int32 `protobuf:"varint,7,opt,name=stype,proto3" json:"stype,omitempty"` // 运营商 Ops string `protobuf:"bytes,8,opt,name=ops,proto3" json:"ops,omitempty"` // 是否压测模式 IsTest bool `protobuf:"varint,9,opt,name=isTest,proto3" json:"isTest,omitempty"` // 随机数类型 3 独立随机数 2 系统随机数 else 上传随机数 RandomType int32 `protobuf:"varint,10,opt,name=randomType,proto3" json:"randomType,omitempty"` // 彩金 Jackpot float64 `protobuf:"fixed64,11,opt,name=jackpot,proto3" json:"jackpot,omitempty"` // 状态 Status int32 `protobuf:"varint,12,opt,name=status,proto3" json:"status,omitempty"` } func (x *SpinLogicReq) Reset() { *x = SpinLogicReq{} if protoimpl.UnsafeEnabled { mi := &file_spin_logic_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SpinLogicReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*SpinLogicReq) ProtoMessage() {} func (x *SpinLogicReq) ProtoReflect() protoreflect.Message { mi := &file_spin_logic_proto_msgTypes[0] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use SpinLogicReq.ProtoReflect.Descriptor instead. func (*SpinLogicReq) Descriptor() ([]byte, []int) { return file_spin_logic_proto_rawDescGZIP(), []int{0} } func (x *SpinLogicReq) GetBet() float64 { if x != nil { return x.Bet } return 0 } func (x *SpinLogicReq) GetMode() int32 { if x != nil { return x.Mode } return 0 } func (x *SpinLogicReq) GetSelect() int32 { if x != nil { return x.Select } return 0 } func (x *SpinLogicReq) GetBalance() float64 { if x != nil { return x.Balance } return 0 } func (x *SpinLogicReq) GetFgCount() int32 { if x != nil { return x.FgCount } return 0 } func (x *SpinLogicReq) GetData() string { if x != nil { return x.Data } return "" } func (x *SpinLogicReq) GetStype() int32 { if x != nil { return x.Stype } return 0 } func (x *SpinLogicReq) GetOps() string { if x != nil { return x.Ops } return "" } func (x *SpinLogicReq) GetIsTest() bool { if x != nil { return x.IsTest } return false } func (x *SpinLogicReq) GetRandomType() int32 { if x != nil { return x.RandomType } return 0 } func (x *SpinLogicReq) GetJackpot() float64 { if x != nil { return x.Jackpot } return 0 } func (x *SpinLogicReq) GetStatus() int32 { if x != nil { return x.Status } return 0 } type SpinLogicRet struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields // spin图 SpinList []byte `protobuf:"bytes,1,opt,name=spinList,proto3" json:"spinList,omitempty"` // 余额 Balance float64 `protobuf:"fixed64,2,opt,name=balance,proto3" json:"balance,omitempty"` // 错误提示 Err string `protobuf:"bytes,3,opt,name=err,proto3" json:"err,omitempty"` // 下注额 Bet float32 `protobuf:"fixed32,4,opt,name=bet,proto3" json:"bet,omitempty"` // 获得免费游戏次数 FgCount int32 `protobuf:"varint,5,opt,name=fgCount,proto3" json:"fgCount,omitempty"` // 彩金 Jackpot float64 `protobuf:"fixed64,6,opt,name=jackpot,proto3" json:"jackpot,omitempty"` // 彩金id JackpotIdx string `protobuf:"bytes,7,opt,name=jackpotIdx,proto3" json:"jackpotIdx,omitempty"` // 倍率 Mul float64 `protobuf:"fixed64,8,opt,name=mul,proto3" json:"mul,omitempty"` // 返回给客户端的数据 Data string `protobuf:"bytes,9,opt,name=data,proto3" json:"data,omitempty"` // 状态 Status int32 `protobuf:"varint,10,opt,name=status,proto3" json:"status,omitempty"` // 赢钱 Win float64 `protobuf:"fixed64,11,opt,name=win,proto3" json:"win,omitempty"` } func (x *SpinLogicRet) Reset() { *x = SpinLogicRet{} if protoimpl.UnsafeEnabled { mi := &file_spin_logic_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SpinLogicRet) String() string { return protoimpl.X.MessageStringOf(x) } func (*SpinLogicRet) ProtoMessage() {} func (x *SpinLogicRet) ProtoReflect() protoreflect.Message { mi := &file_spin_logic_proto_msgTypes[1] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use SpinLogicRet.ProtoReflect.Descriptor instead. func (*SpinLogicRet) Descriptor() ([]byte, []int) { return file_spin_logic_proto_rawDescGZIP(), []int{1} } func (x *SpinLogicRet) GetSpinList() []byte { if x != nil { return x.SpinList } return nil } func (x *SpinLogicRet) GetBalance() float64 { if x != nil { return x.Balance } return 0 } func (x *SpinLogicRet) GetErr() string { if x != nil { return x.Err } return "" } func (x *SpinLogicRet) GetBet() float32 { if x != nil { return x.Bet } return 0 } func (x *SpinLogicRet) GetFgCount() int32 { if x != nil { return x.FgCount } return 0 } func (x *SpinLogicRet) GetJackpot() float64 { if x != nil { return x.Jackpot } return 0 } func (x *SpinLogicRet) GetJackpotIdx() string { if x != nil { return x.JackpotIdx } return "" } func (x *SpinLogicRet) GetMul() float64 { if x != nil { return x.Mul } return 0 } func (x *SpinLogicRet) GetData() string { if x != nil { return x.Data } return "" } func (x *SpinLogicRet) GetStatus() int32 { if x != nil { return x.Status } return 0 } func (x *SpinLogicRet) GetWin() float64 { if x != nil { return x.Win } return 0 } type SelectLogicReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields // 下注额 Bet float64 `protobuf:"fixed64,1,opt,name=bet,proto3" json:"bet,omitempty"` // 下注模式 Mode int32 `protobuf:"varint,2,opt,name=Mode,proto3" json:"Mode,omitempty"` // 客户端选择模式索引 Select int32 `protobuf:"varint,3,opt,name=Select,proto3" json:"Select,omitempty"` // 需要缓存的数据 Data string `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"` } func (x *SelectLogicReq) Reset() { *x = SelectLogicReq{} if protoimpl.UnsafeEnabled { mi := &file_spin_logic_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SelectLogicReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*SelectLogicReq) ProtoMessage() {} func (x *SelectLogicReq) ProtoReflect() protoreflect.Message { mi := &file_spin_logic_proto_msgTypes[2] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use SelectLogicReq.ProtoReflect.Descriptor instead. func (*SelectLogicReq) Descriptor() ([]byte, []int) { return file_spin_logic_proto_rawDescGZIP(), []int{2} } func (x *SelectLogicReq) GetBet() float64 { if x != nil { return x.Bet } return 0 } func (x *SelectLogicReq) GetMode() int32 { if x != nil { return x.Mode } return 0 } func (x *SelectLogicReq) GetSelect() int32 { if x != nil { return x.Select } return 0 } func (x *SelectLogicReq) GetData() string { if x != nil { return x.Data } return "" } type SelectLogicRet struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields // 返回给客户端的数据 Data string `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // 自定义数据 Custom string `protobuf:"bytes,2,opt,name=custom,proto3" json:"custom,omitempty"` // 客户端选择模式索引 FgCount int32 `protobuf:"varint,3,opt,name=fgCount,proto3" json:"fgCount,omitempty"` } func (x *SelectLogicRet) Reset() { *x = SelectLogicRet{} if protoimpl.UnsafeEnabled { mi := &file_spin_logic_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SelectLogicRet) String() string { return protoimpl.X.MessageStringOf(x) } func (*SelectLogicRet) ProtoMessage() {} func (x *SelectLogicRet) ProtoReflect() protoreflect.Message { mi := &file_spin_logic_proto_msgTypes[3] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use SelectLogicRet.ProtoReflect.Descriptor instead. func (*SelectLogicRet) Descriptor() ([]byte, []int) { return file_spin_logic_proto_rawDescGZIP(), []int{3} } func (x *SelectLogicRet) GetData() string { if x != nil { return x.Data } return "" } func (x *SelectLogicRet) GetCustom() string { if x != nil { return x.Custom } return "" } func (x *SelectLogicRet) GetFgCount() int32 { if x != nil { return x.FgCount } return 0 } type GetSpinReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields // 0 普通 1 免费 2 购买 Stype int32 `protobuf:"varint,1,opt,name=stype,proto3" json:"stype,omitempty"` // 游戏模式 Mode string `protobuf:"bytes,2,opt,name=mode,proto3" json:"mode,omitempty"` // 赔率 Range *GetSpinReq_Range `protobuf:"bytes,3,opt,name=range,proto3" json:"range,omitempty"` // 游戏标识 GameType string `protobuf:"bytes,5,opt,name=gameType,proto3" json:"gameType,omitempty"` // 图编号 Order int32 `protobuf:"varint,6,opt,name=order,proto3" json:"order,omitempty"` } func (x *GetSpinReq) Reset() { *x = GetSpinReq{} if protoimpl.UnsafeEnabled { mi := &file_spin_logic_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetSpinReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetSpinReq) ProtoMessage() {} func (x *GetSpinReq) ProtoReflect() protoreflect.Message { mi := &file_spin_logic_proto_msgTypes[4] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetSpinReq.ProtoReflect.Descriptor instead. func (*GetSpinReq) Descriptor() ([]byte, []int) { return file_spin_logic_proto_rawDescGZIP(), []int{4} } func (x *GetSpinReq) GetStype() int32 { if x != nil { return x.Stype } return 0 } func (x *GetSpinReq) GetMode() string { if x != nil { return x.Mode } return "" } func (x *GetSpinReq) GetRange() *GetSpinReq_Range { if x != nil { return x.Range } return nil } func (x *GetSpinReq) GetGameType() string { if x != nil { return x.GameType } return "" } func (x *GetSpinReq) GetOrder() int32 { if x != nil { return x.Order } return 0 } type GetSpinRet struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields // 图 Spin string `protobuf:"bytes,1,opt,name=spin,proto3" json:"spin,omitempty"` } func (x *GetSpinRet) Reset() { *x = GetSpinRet{} if protoimpl.UnsafeEnabled { mi := &file_spin_logic_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetSpinRet) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetSpinRet) ProtoMessage() {} func (x *GetSpinRet) ProtoReflect() protoreflect.Message { mi := &file_spin_logic_proto_msgTypes[5] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetSpinRet.ProtoReflect.Descriptor instead. func (*GetSpinRet) Descriptor() ([]byte, []int) { return file_spin_logic_proto_rawDescGZIP(), []int{5} } func (x *GetSpinRet) GetSpin() string { if x != nil { return x.Spin } return "" } type DCSpinReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields // 游戏标识 GameType string `protobuf:"bytes,1,opt,name=gameType,proto3" json:"gameType,omitempty"` // 0普通 1免费 2购买免费 Stype int32 `protobuf:"varint,2,opt,name=stype,proto3" json:"stype,omitempty"` // 游戏模式 Mode int32 `protobuf:"varint,3,opt,name=mode,proto3" json:"mode,omitempty"` // 运营商 Ops string `protobuf:"bytes,4,opt,name=ops,proto3" json:"ops,omitempty"` // 是否压测模式 IsTest bool `protobuf:"varint,5,opt,name=isTest,proto3" json:"isTest,omitempty"` // 赔率 Muls []float64 `protobuf:"fixed64,6,rep,packed,name=muls,proto3" json:"muls,omitempty"` // 随机数类型 RandomType int32 `protobuf:"varint,7,opt,name=randomType,proto3" json:"randomType,omitempty"` } func (x *DCSpinReq) Reset() { *x = DCSpinReq{} if protoimpl.UnsafeEnabled { mi := &file_spin_logic_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DCSpinReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*DCSpinReq) ProtoMessage() {} func (x *DCSpinReq) ProtoReflect() protoreflect.Message { mi := &file_spin_logic_proto_msgTypes[6] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DCSpinReq.ProtoReflect.Descriptor instead. func (*DCSpinReq) Descriptor() ([]byte, []int) { return file_spin_logic_proto_rawDescGZIP(), []int{6} } func (x *DCSpinReq) GetGameType() string { if x != nil { return x.GameType } return "" } func (x *DCSpinReq) GetStype() int32 { if x != nil { return x.Stype } return 0 } func (x *DCSpinReq) GetMode() int32 { if x != nil { return x.Mode } return 0 } func (x *DCSpinReq) GetOps() string { if x != nil { return x.Ops } return "" } func (x *DCSpinReq) GetIsTest() bool { if x != nil { return x.IsTest } return false } func (x *DCSpinReq) GetMuls() []float64 { if x != nil { return x.Muls } return nil } func (x *DCSpinReq) GetRandomType() int32 { if x != nil { return x.RandomType } return 0 } type DCSpinRet struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields // 赔率 Mul float64 `protobuf:"fixed64,1,opt,name=mul,proto3" json:"mul,omitempty"` } func (x *DCSpinRet) Reset() { *x = DCSpinRet{} if protoimpl.UnsafeEnabled { mi := &file_spin_logic_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DCSpinRet) String() string { return protoimpl.X.MessageStringOf(x) } func (*DCSpinRet) ProtoMessage() {} func (x *DCSpinRet) ProtoReflect() protoreflect.Message { mi := &file_spin_logic_proto_msgTypes[7] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DCSpinRet.ProtoReflect.Descriptor instead. func (*DCSpinRet) Descriptor() ([]byte, []int) { return file_spin_logic_proto_rawDescGZIP(), []int{7} } func (x *DCSpinRet) GetMul() float64 { if x != nil { return x.Mul } return 0 } type DCTriggerFGReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields // 游戏标识 GameType string `protobuf:"bytes,1,opt,name=gameType,proto3" json:"gameType,omitempty"` // 0普通 1免费 2购买免费 Stype int32 `protobuf:"varint,2,opt,name=stype,proto3" json:"stype,omitempty"` // 游戏模式 Mode int32 `protobuf:"varint,3,opt,name=mode,proto3" json:"mode,omitempty"` // 是否在免费中 IsFG bool `protobuf:"varint,4,opt,name=isFG,proto3" json:"isFG,omitempty"` // 需要触发多少次免费spin FgNum int32 `protobuf:"varint,5,opt,name=fgNum,proto3" json:"fgNum,omitempty"` // 运营商 Ops string `protobuf:"bytes,6,opt,name=ops,proto3" json:"ops,omitempty"` // 是否压测模式 IsTest bool `protobuf:"varint,7,opt,name=isTest,proto3" json:"isTest,omitempty"` // 随机数类型 RandomType int32 `protobuf:"varint,8,opt,name=randomType,proto3" json:"randomType,omitempty"` } func (x *DCTriggerFGReq) Reset() { *x = DCTriggerFGReq{} if protoimpl.UnsafeEnabled { mi := &file_spin_logic_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DCTriggerFGReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*DCTriggerFGReq) ProtoMessage() {} func (x *DCTriggerFGReq) ProtoReflect() protoreflect.Message { mi := &file_spin_logic_proto_msgTypes[8] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DCTriggerFGReq.ProtoReflect.Descriptor instead. func (*DCTriggerFGReq) Descriptor() ([]byte, []int) { return file_spin_logic_proto_rawDescGZIP(), []int{8} } func (x *DCTriggerFGReq) GetGameType() string { if x != nil { return x.GameType } return "" } func (x *DCTriggerFGReq) GetStype() int32 { if x != nil { return x.Stype } return 0 } func (x *DCTriggerFGReq) GetMode() int32 { if x != nil { return x.Mode } return 0 } func (x *DCTriggerFGReq) GetIsFG() bool { if x != nil { return x.IsFG } return false } func (x *DCTriggerFGReq) GetFgNum() int32 { if x != nil { return x.FgNum } return 0 } func (x *DCTriggerFGReq) GetOps() string { if x != nil { return x.Ops } return "" } func (x *DCTriggerFGReq) GetIsTest() bool { if x != nil { return x.IsTest } return false } func (x *DCTriggerFGReq) GetRandomType() int32 { if x != nil { return x.RandomType } return 0 } type DCTriggerFGRet struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields // 获得免费游戏次数 Free int32 `protobuf:"varint,1,opt,name=free,proto3" json:"free,omitempty"` // 需要触发多少次免费spin FgNum int32 `protobuf:"varint,2,opt,name=fgNum,proto3" json:"fgNum,omitempty"` } func (x *DCTriggerFGRet) Reset() { *x = DCTriggerFGRet{} if protoimpl.UnsafeEnabled { mi := &file_spin_logic_proto_msgTypes[9] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DCTriggerFGRet) String() string { return protoimpl.X.MessageStringOf(x) } func (*DCTriggerFGRet) ProtoMessage() {} func (x *DCTriggerFGRet) ProtoReflect() protoreflect.Message { mi := &file_spin_logic_proto_msgTypes[9] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DCTriggerFGRet.ProtoReflect.Descriptor instead. func (*DCTriggerFGRet) Descriptor() ([]byte, []int) { return file_spin_logic_proto_rawDescGZIP(), []int{9} } func (x *DCTriggerFGRet) GetFree() int32 { if x != nil { return x.Free } return 0 } func (x *DCTriggerFGRet) GetFgNum() int32 { if x != nil { return x.FgNum } return 0 } type DCTriggerWinReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields // 游戏标识 GameType string `protobuf:"bytes,1,opt,name=gameType,proto3" json:"gameType,omitempty"` // 0普通 1免费 2购买免费 Stype int32 `protobuf:"varint,2,opt,name=stype,proto3" json:"stype,omitempty"` // 游戏模式 Mode int32 `protobuf:"varint,3,opt,name=mode,proto3" json:"mode,omitempty"` // 是否在免费中 IsFG bool `protobuf:"varint,4,opt,name=isFG,proto3" json:"isFG,omitempty"` // 运营商 Ops string `protobuf:"bytes,5,opt,name=ops,proto3" json:"ops,omitempty"` // 是否压测模式 IsTest bool `protobuf:"varint,6,opt,name=isTest,proto3" json:"isTest,omitempty"` // 随机数类型 RandomType int32 `protobuf:"varint,7,opt,name=randomType,proto3" json:"randomType,omitempty"` } func (x *DCTriggerWinReq) Reset() { *x = DCTriggerWinReq{} if protoimpl.UnsafeEnabled { mi := &file_spin_logic_proto_msgTypes[10] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DCTriggerWinReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*DCTriggerWinReq) ProtoMessage() {} func (x *DCTriggerWinReq) ProtoReflect() protoreflect.Message { mi := &file_spin_logic_proto_msgTypes[10] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DCTriggerWinReq.ProtoReflect.Descriptor instead. func (*DCTriggerWinReq) Descriptor() ([]byte, []int) { return file_spin_logic_proto_rawDescGZIP(), []int{10} } func (x *DCTriggerWinReq) GetGameType() string { if x != nil { return x.GameType } return "" } func (x *DCTriggerWinReq) GetStype() int32 { if x != nil { return x.Stype } return 0 } func (x *DCTriggerWinReq) GetMode() int32 { if x != nil { return x.Mode } return 0 } func (x *DCTriggerWinReq) GetIsFG() bool { if x != nil { return x.IsFG } return false } func (x *DCTriggerWinReq) GetOps() string { if x != nil { return x.Ops } return "" } func (x *DCTriggerWinReq) GetIsTest() bool { if x != nil { return x.IsTest } return false } func (x *DCTriggerWinReq) GetRandomType() int32 { if x != nil { return x.RandomType } return 0 } type DCTriggerWinRet struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields // 是否中奖 IsWin bool `protobuf:"varint,1,opt,name=isWin,proto3" json:"isWin,omitempty"` // 理论平均值 AvgValue float64 `protobuf:"fixed64,2,opt,name=avgValue,proto3" json:"avgValue,omitempty"` } func (x *DCTriggerWinRet) Reset() { *x = DCTriggerWinRet{} if protoimpl.UnsafeEnabled { mi := &file_spin_logic_proto_msgTypes[11] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DCTriggerWinRet) String() string { return protoimpl.X.MessageStringOf(x) } func (*DCTriggerWinRet) ProtoMessage() {} func (x *DCTriggerWinRet) ProtoReflect() protoreflect.Message { mi := &file_spin_logic_proto_msgTypes[11] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DCTriggerWinRet.ProtoReflect.Descriptor instead. func (*DCTriggerWinRet) Descriptor() ([]byte, []int) { return file_spin_logic_proto_rawDescGZIP(), []int{11} } func (x *DCTriggerWinRet) GetIsWin() bool { if x != nil { return x.IsWin } return false } func (x *DCTriggerWinRet) GetAvgValue() float64 { if x != nil { return x.AvgValue } return 0 } type DCGetMulsReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields // 游戏标识 GameType string `protobuf:"bytes,1,opt,name=gameType,proto3" json:"gameType,omitempty"` // 0普通 1免费 2购买免费 Stype int32 `protobuf:"varint,2,opt,name=stype,proto3" json:"stype,omitempty"` // 游戏模式 Mode int32 `protobuf:"varint,3,opt,name=mode,proto3" json:"mode,omitempty"` // 运营商 Ops string `protobuf:"bytes,4,opt,name=ops,proto3" json:"ops,omitempty"` // 是否压测模式 IsTest bool `protobuf:"varint,5,opt,name=isTest,proto3" json:"isTest,omitempty"` // 随机数类型 RandomType int32 `protobuf:"varint,6,opt,name=randomType,proto3" json:"randomType,omitempty"` } func (x *DCGetMulsReq) Reset() { *x = DCGetMulsReq{} if protoimpl.UnsafeEnabled { mi := &file_spin_logic_proto_msgTypes[12] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DCGetMulsReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*DCGetMulsReq) ProtoMessage() {} func (x *DCGetMulsReq) ProtoReflect() protoreflect.Message { mi := &file_spin_logic_proto_msgTypes[12] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DCGetMulsReq.ProtoReflect.Descriptor instead. func (*DCGetMulsReq) Descriptor() ([]byte, []int) { return file_spin_logic_proto_rawDescGZIP(), []int{12} } func (x *DCGetMulsReq) GetGameType() string { if x != nil { return x.GameType } return "" } func (x *DCGetMulsReq) GetStype() int32 { if x != nil { return x.Stype } return 0 } func (x *DCGetMulsReq) GetMode() int32 { if x != nil { return x.Mode } return 0 } func (x *DCGetMulsReq) GetOps() string { if x != nil { return x.Ops } return "" } func (x *DCGetMulsReq) GetIsTest() bool { if x != nil { return x.IsTest } return false } func (x *DCGetMulsReq) GetRandomType() int32 { if x != nil { return x.RandomType } return 0 } type DCGetMulsRet struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields // 倍率列表 Muls []float64 `protobuf:"fixed64,1,rep,packed,name=muls,proto3" json:"muls,omitempty"` } func (x *DCGetMulsRet) Reset() { *x = DCGetMulsRet{} if protoimpl.UnsafeEnabled { mi := &file_spin_logic_proto_msgTypes[13] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DCGetMulsRet) String() string { return protoimpl.X.MessageStringOf(x) } func (*DCGetMulsRet) ProtoMessage() {} func (x *DCGetMulsRet) ProtoReflect() protoreflect.Message { mi := &file_spin_logic_proto_msgTypes[13] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DCGetMulsRet.ProtoReflect.Descriptor instead. func (*DCGetMulsRet) Descriptor() ([]byte, []int) { return file_spin_logic_proto_rawDescGZIP(), []int{13} } func (x *DCGetMulsRet) GetMuls() []float64 { if x != nil { return x.Muls } return nil } type DCJackpotReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields // 游戏标识 GameType string `protobuf:"bytes,1,opt,name=gameType,proto3" json:"gameType,omitempty"` // 下注额 Bet float64 `protobuf:"fixed64,2,opt,name=bet,proto3" json:"bet,omitempty"` // 0普通 1免费 2购买免费 Stype int32 `protobuf:"varint,3,opt,name=stype,proto3" json:"stype,omitempty"` // 游戏模式 Mode int32 `protobuf:"varint,4,opt,name=mode,proto3" json:"mode,omitempty"` // 彩金 Jackpot float64 `protobuf:"fixed64,5,opt,name=jackpot,proto3" json:"jackpot,omitempty"` // 运营商 Ops string `protobuf:"bytes,6,opt,name=ops,proto3" json:"ops,omitempty"` // 是否压测模式 IsTest bool `protobuf:"varint,7,opt,name=isTest,proto3" json:"isTest,omitempty"` // 随机数类型 RandomType int32 `protobuf:"varint,8,opt,name=randomType,proto3" json:"randomType,omitempty"` } func (x *DCJackpotReq) Reset() { *x = DCJackpotReq{} if protoimpl.UnsafeEnabled { mi := &file_spin_logic_proto_msgTypes[14] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DCJackpotReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*DCJackpotReq) ProtoMessage() {} func (x *DCJackpotReq) ProtoReflect() protoreflect.Message { mi := &file_spin_logic_proto_msgTypes[14] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DCJackpotReq.ProtoReflect.Descriptor instead. func (*DCJackpotReq) Descriptor() ([]byte, []int) { return file_spin_logic_proto_rawDescGZIP(), []int{14} } func (x *DCJackpotReq) GetGameType() string { if x != nil { return x.GameType } return "" } func (x *DCJackpotReq) GetBet() float64 { if x != nil { return x.Bet } return 0 } func (x *DCJackpotReq) GetStype() int32 { if x != nil { return x.Stype } return 0 } func (x *DCJackpotReq) GetMode() int32 { if x != nil { return x.Mode } return 0 } func (x *DCJackpotReq) GetJackpot() float64 { if x != nil { return x.Jackpot } return 0 } func (x *DCJackpotReq) GetOps() string { if x != nil { return x.Ops } return "" } func (x *DCJackpotReq) GetIsTest() bool { if x != nil { return x.IsTest } return false } func (x *DCJackpotReq) GetRandomType() int32 { if x != nil { return x.RandomType } return 0 } type DCJackpotRet struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields // 彩金 Jackpot float64 `protobuf:"fixed64,1,opt,name=jackpot,proto3" json:"jackpot,omitempty"` // 彩金索引 JackpotIdx string `protobuf:"bytes,2,opt,name=jackpotIdx,proto3" json:"jackpotIdx,omitempty"` } func (x *DCJackpotRet) Reset() { *x = DCJackpotRet{} if protoimpl.UnsafeEnabled { mi := &file_spin_logic_proto_msgTypes[15] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DCJackpotRet) String() string { return protoimpl.X.MessageStringOf(x) } func (*DCJackpotRet) ProtoMessage() {} func (x *DCJackpotRet) ProtoReflect() protoreflect.Message { mi := &file_spin_logic_proto_msgTypes[15] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DCJackpotRet.ProtoReflect.Descriptor instead. func (*DCJackpotRet) Descriptor() ([]byte, []int) { return file_spin_logic_proto_rawDescGZIP(), []int{15} } func (x *DCJackpotRet) GetJackpot() float64 { if x != nil { return x.Jackpot } return 0 } func (x *DCJackpotRet) GetJackpotIdx() string { if x != nil { return x.JackpotIdx } return "" } type GetSpinReq_Range struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Mul []float64 `protobuf:"fixed64,1,rep,packed,name=mul,proto3" json:"mul,omitempty"` } func (x *GetSpinReq_Range) Reset() { *x = GetSpinReq_Range{} if protoimpl.UnsafeEnabled { mi := &file_spin_logic_proto_msgTypes[16] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetSpinReq_Range) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetSpinReq_Range) ProtoMessage() {} func (x *GetSpinReq_Range) ProtoReflect() protoreflect.Message { mi := &file_spin_logic_proto_msgTypes[16] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetSpinReq_Range.ProtoReflect.Descriptor instead. func (*GetSpinReq_Range) Descriptor() ([]byte, []int) { return file_spin_logic_proto_rawDescGZIP(), []int{4, 0} } func (x *GetSpinReq_Range) GetMul() []float64 { if x != nil { return x.Mul } return nil } var File_spin_logic_proto protoreflect.FileDescriptor var file_spin_logic_proto_rawDesc = []byte{ 0x0a, 0x10, 0x73, 0x70, 0x69, 0x6e, 0x5f, 0x6c, 0x6f, 0x67, 0x69, 0x63, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x04, 0x73, 0x70, 0x69, 0x6e, 0x22, 0xa6, 0x02, 0x0a, 0x0c, 0x53, 0x70, 0x69, 0x6e, 0x4c, 0x6f, 0x67, 0x69, 0x63, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x62, 0x65, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x01, 0x52, 0x03, 0x62, 0x65, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6d, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x6d, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x01, 0x52, 0x07, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x67, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x66, 0x67, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x73, 0x74, 0x79, 0x70, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6f, 0x70, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6f, 0x70, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x54, 0x65, 0x73, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x54, 0x65, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6a, 0x61, 0x63, 0x6b, 0x70, 0x6f, 0x74, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x01, 0x52, 0x07, 0x6a, 0x61, 0x63, 0x6b, 0x70, 0x6f, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x8c, 0x02, 0x0a, 0x0c, 0x53, 0x70, 0x69, 0x6e, 0x4c, 0x6f, 0x67, 0x69, 0x63, 0x52, 0x65, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x70, 0x69, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x73, 0x70, 0x69, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x01, 0x52, 0x07, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x65, 0x72, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x65, 0x72, 0x72, 0x12, 0x10, 0x0a, 0x03, 0x62, 0x65, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x02, 0x52, 0x03, 0x62, 0x65, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x67, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x66, 0x67, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x6a, 0x61, 0x63, 0x6b, 0x70, 0x6f, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x01, 0x52, 0x07, 0x6a, 0x61, 0x63, 0x6b, 0x70, 0x6f, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x6a, 0x61, 0x63, 0x6b, 0x70, 0x6f, 0x74, 0x49, 0x64, 0x78, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6a, 0x61, 0x63, 0x6b, 0x70, 0x6f, 0x74, 0x49, 0x64, 0x78, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x75, 0x6c, 0x18, 0x08, 0x20, 0x01, 0x28, 0x01, 0x52, 0x03, 0x6d, 0x75, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x10, 0x0a, 0x03, 0x77, 0x69, 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x01, 0x52, 0x03, 0x77, 0x69, 0x6e, 0x22, 0x62, 0x0a, 0x0e, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x4c, 0x6f, 0x67, 0x69, 0x63, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x62, 0x65, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x01, 0x52, 0x03, 0x62, 0x65, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x4d, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x4d, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x56, 0x0a, 0x0e, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x4c, 0x6f, 0x67, 0x69, 0x63, 0x52, 0x65, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x67, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x66, 0x67, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0xb1, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x53, 0x70, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x73, 0x74, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6d, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6d, 0x6f, 0x64, 0x65, 0x12, 0x2c, 0x0a, 0x05, 0x72, 0x61, 0x6e, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x73, 0x70, 0x69, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x70, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x2e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x05, 0x72, 0x61, 0x6e, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x67, 0x61, 0x6d, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x67, 0x61, 0x6d, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x1a, 0x19, 0x0a, 0x05, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x75, 0x6c, 0x18, 0x01, 0x20, 0x03, 0x28, 0x01, 0x52, 0x03, 0x6d, 0x75, 0x6c, 0x22, 0x20, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x53, 0x70, 0x69, 0x6e, 0x52, 0x65, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x70, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x73, 0x70, 0x69, 0x6e, 0x22, 0xaf, 0x01, 0x0a, 0x09, 0x44, 0x43, 0x53, 0x70, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x12, 0x1a, 0x0a, 0x08, 0x67, 0x61, 0x6d, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x67, 0x61, 0x6d, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x73, 0x74, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6d, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x6d, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6f, 0x70, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6f, 0x70, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x54, 0x65, 0x73, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x54, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6d, 0x75, 0x6c, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x01, 0x52, 0x04, 0x6d, 0x75, 0x6c, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x22, 0x1d, 0x0a, 0x09, 0x44, 0x43, 0x53, 0x70, 0x69, 0x6e, 0x52, 0x65, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x75, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x01, 0x52, 0x03, 0x6d, 0x75, 0x6c, 0x22, 0xca, 0x01, 0x0a, 0x0e, 0x44, 0x43, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x46, 0x47, 0x52, 0x65, 0x71, 0x12, 0x1a, 0x0a, 0x08, 0x67, 0x61, 0x6d, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x67, 0x61, 0x6d, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x73, 0x74, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6d, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x6d, 0x6f, 0x64, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x69, 0x73, 0x46, 0x47, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x04, 0x69, 0x73, 0x46, 0x47, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x67, 0x4e, 0x75, 0x6d, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x66, 0x67, 0x4e, 0x75, 0x6d, 0x12, 0x10, 0x0a, 0x03, 0x6f, 0x70, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6f, 0x70, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x54, 0x65, 0x73, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x54, 0x65, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x22, 0x3a, 0x0a, 0x0e, 0x44, 0x43, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x46, 0x47, 0x52, 0x65, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x72, 0x65, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x66, 0x72, 0x65, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x67, 0x4e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x66, 0x67, 0x4e, 0x75, 0x6d, 0x22, 0xb5, 0x01, 0x0a, 0x0f, 0x44, 0x43, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x57, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x12, 0x1a, 0x0a, 0x08, 0x67, 0x61, 0x6d, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x67, 0x61, 0x6d, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x73, 0x74, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6d, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x6d, 0x6f, 0x64, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x69, 0x73, 0x46, 0x47, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x04, 0x69, 0x73, 0x46, 0x47, 0x12, 0x10, 0x0a, 0x03, 0x6f, 0x70, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6f, 0x70, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x54, 0x65, 0x73, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x54, 0x65, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x22, 0x43, 0x0a, 0x0f, 0x44, 0x43, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x57, 0x69, 0x6e, 0x52, 0x65, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x73, 0x57, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x69, 0x73, 0x57, 0x69, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x76, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x01, 0x52, 0x08, 0x61, 0x76, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x9e, 0x01, 0x0a, 0x0c, 0x44, 0x43, 0x47, 0x65, 0x74, 0x4d, 0x75, 0x6c, 0x73, 0x52, 0x65, 0x71, 0x12, 0x1a, 0x0a, 0x08, 0x67, 0x61, 0x6d, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x67, 0x61, 0x6d, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x73, 0x74, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6d, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x6d, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6f, 0x70, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6f, 0x70, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x54, 0x65, 0x73, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x54, 0x65, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x22, 0x22, 0x0a, 0x0c, 0x44, 0x43, 0x47, 0x65, 0x74, 0x4d, 0x75, 0x6c, 0x73, 0x52, 0x65, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6d, 0x75, 0x6c, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x01, 0x52, 0x04, 0x6d, 0x75, 0x6c, 0x73, 0x22, 0xca, 0x01, 0x0a, 0x0c, 0x44, 0x43, 0x4a, 0x61, 0x63, 0x6b, 0x70, 0x6f, 0x74, 0x52, 0x65, 0x71, 0x12, 0x1a, 0x0a, 0x08, 0x67, 0x61, 0x6d, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x67, 0x61, 0x6d, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x62, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x01, 0x52, 0x03, 0x62, 0x65, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x73, 0x74, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6d, 0x6f, 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x6d, 0x6f, 0x64, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6a, 0x61, 0x63, 0x6b, 0x70, 0x6f, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x01, 0x52, 0x07, 0x6a, 0x61, 0x63, 0x6b, 0x70, 0x6f, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x6f, 0x70, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6f, 0x70, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x54, 0x65, 0x73, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x54, 0x65, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x22, 0x48, 0x0a, 0x0c, 0x44, 0x43, 0x4a, 0x61, 0x63, 0x6b, 0x70, 0x6f, 0x74, 0x52, 0x65, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x6a, 0x61, 0x63, 0x6b, 0x70, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x01, 0x52, 0x07, 0x6a, 0x61, 0x63, 0x6b, 0x70, 0x6f, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x6a, 0x61, 0x63, 0x6b, 0x70, 0x6f, 0x74, 0x49, 0x64, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6a, 0x61, 0x63, 0x6b, 0x70, 0x6f, 0x74, 0x49, 0x64, 0x78, 0x42, 0x09, 0x5a, 0x07, 0x70, 0x62, 0x2f, 0x73, 0x70, 0x69, 0x6e, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_spin_logic_proto_rawDescOnce sync.Once file_spin_logic_proto_rawDescData = file_spin_logic_proto_rawDesc ) func file_spin_logic_proto_rawDescGZIP() []byte { file_spin_logic_proto_rawDescOnce.Do(func() { file_spin_logic_proto_rawDescData = protoimpl.X.CompressGZIP(file_spin_logic_proto_rawDescData) }) return file_spin_logic_proto_rawDescData } var file_spin_logic_proto_msgTypes = make([]protoimpl.MessageInfo, 17) var file_spin_logic_proto_goTypes = []interface{}{ (*SpinLogicReq)(nil), // 0: spin.SpinLogicReq (*SpinLogicRet)(nil), // 1: spin.SpinLogicRet (*SelectLogicReq)(nil), // 2: spin.SelectLogicReq (*SelectLogicRet)(nil), // 3: spin.SelectLogicRet (*GetSpinReq)(nil), // 4: spin.GetSpinReq (*GetSpinRet)(nil), // 5: spin.GetSpinRet (*DCSpinReq)(nil), // 6: spin.DCSpinReq (*DCSpinRet)(nil), // 7: spin.DCSpinRet (*DCTriggerFGReq)(nil), // 8: spin.DCTriggerFGReq (*DCTriggerFGRet)(nil), // 9: spin.DCTriggerFGRet (*DCTriggerWinReq)(nil), // 10: spin.DCTriggerWinReq (*DCTriggerWinRet)(nil), // 11: spin.DCTriggerWinRet (*DCGetMulsReq)(nil), // 12: spin.DCGetMulsReq (*DCGetMulsRet)(nil), // 13: spin.DCGetMulsRet (*DCJackpotReq)(nil), // 14: spin.DCJackpotReq (*DCJackpotRet)(nil), // 15: spin.DCJackpotRet (*GetSpinReq_Range)(nil), // 16: spin.GetSpinReq.Range } var file_spin_logic_proto_depIdxs = []int32{ 16, // 0: spin.GetSpinReq.range:type_name -> spin.GetSpinReq.Range 1, // [1:1] is the sub-list for method output_type 1, // [1:1] is the sub-list for method input_type 1, // [1:1] is the sub-list for extension type_name 1, // [1:1] is the sub-list for extension extendee 0, // [0:1] is the sub-list for field type_name } func init() { file_spin_logic_proto_init() } func file_spin_logic_proto_init() { if File_spin_logic_proto != nil { return } if !protoimpl.UnsafeEnabled { file_spin_logic_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SpinLogicReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_spin_logic_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SpinLogicRet); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_spin_logic_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SelectLogicReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_spin_logic_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SelectLogicRet); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_spin_logic_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetSpinReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_spin_logic_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetSpinRet); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_spin_logic_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DCSpinReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_spin_logic_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DCSpinRet); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_spin_logic_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DCTriggerFGReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_spin_logic_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DCTriggerFGRet); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_spin_logic_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DCTriggerWinReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_spin_logic_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DCTriggerWinRet); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_spin_logic_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DCGetMulsReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_spin_logic_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DCGetMulsRet); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_spin_logic_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DCJackpotReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_spin_logic_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DCJackpotRet); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_spin_logic_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetSpinReq_Range); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } } type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_spin_logic_proto_rawDesc, NumEnums: 0, NumMessages: 17, NumExtensions: 0, NumServices: 0, }, GoTypes: file_spin_logic_proto_goTypes, DependencyIndexes: file_spin_logic_proto_depIdxs, MessageInfos: file_spin_logic_proto_msgTypes, }.Build() File_spin_logic_proto = out.File file_spin_logic_proto_rawDesc = nil file_spin_logic_proto_goTypes = nil file_spin_logic_proto_depIdxs = nil }