// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.30.0 // protoc v4.23.2 // source: jili/jljk.proto package jljk 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 Column struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Row []int32 `protobuf:"varint,1,rep,packed,name=Row,proto3" json:"Row,omitempty"` } func (x *Column) Reset() { *x = Column{} if protoimpl.UnsafeEnabled { mi := &file_jili_jljk_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *Column) String() string { return protoimpl.X.MessageStringOf(x) } func (*Column) ProtoMessage() {} func (x *Column) ProtoReflect() protoreflect.Message { mi := &file_jili_jljk_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 Column.ProtoReflect.Descriptor instead. func (*Column) Descriptor() ([]byte, []int) { return file_jili_jljk_proto_rawDescGZIP(), []int{0} } func (x *Column) GetRow() []int32 { if x != nil { return x.Row } return nil } type AwardData struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Index int32 `protobuf:"varint,1,opt,name=Index,proto3" json:"Index,omitempty"` Symbol int32 `protobuf:"varint,2,opt,name=Symbol,proto3" json:"Symbol,omitempty"` Count int32 `protobuf:"varint,3,opt,name=Count,proto3" json:"Count,omitempty"` Money float64 `protobuf:"fixed64,4,opt,name=Money,proto3" json:"Money,omitempty"` } func (x *AwardData) Reset() { *x = AwardData{} if protoimpl.UnsafeEnabled { mi := &file_jili_jljk_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *AwardData) String() string { return protoimpl.X.MessageStringOf(x) } func (*AwardData) ProtoMessage() {} func (x *AwardData) ProtoReflect() protoreflect.Message { mi := &file_jili_jljk_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 AwardData.ProtoReflect.Descriptor instead. func (*AwardData) Descriptor() ([]byte, []int) { return file_jili_jljk_proto_rawDescGZIP(), []int{1} } func (x *AwardData) GetIndex() int32 { if x != nil { return x.Index } return 0 } func (x *AwardData) GetSymbol() int32 { if x != nil { return x.Symbol } return 0 } func (x *AwardData) GetCount() int32 { if x != nil { return x.Count } return 0 } func (x *AwardData) GetMoney() float64 { if x != nil { return x.Money } return 0 } type SinglePlate struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields OriginPlate []*Column `protobuf:"bytes,1,rep,name=OriginPlate,proto3" json:"OriginPlate,omitempty"` LastPlate []*Column `protobuf:"bytes,2,rep,name=LastPlate,proto3" json:"LastPlate,omitempty"` AwardDataList []*AwardData `protobuf:"bytes,3,rep,name=AwardDataList,proto3" json:"AwardDataList,omitempty"` SingleWin float64 `protobuf:"fixed64,4,opt,name=SingleWin,proto3" json:"SingleWin,omitempty"` BonusType int32 `protobuf:"varint,5,opt,name=BonusType,proto3" json:"BonusType,omitempty"` BonusCount int32 `protobuf:"varint,6,opt,name=BonusCount,proto3" json:"BonusCount,omitempty"` } func (x *SinglePlate) Reset() { *x = SinglePlate{} if protoimpl.UnsafeEnabled { mi := &file_jili_jljk_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SinglePlate) String() string { return protoimpl.X.MessageStringOf(x) } func (*SinglePlate) ProtoMessage() {} func (x *SinglePlate) ProtoReflect() protoreflect.Message { mi := &file_jili_jljk_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 SinglePlate.ProtoReflect.Descriptor instead. func (*SinglePlate) Descriptor() ([]byte, []int) { return file_jili_jljk_proto_rawDescGZIP(), []int{2} } func (x *SinglePlate) GetOriginPlate() []*Column { if x != nil { return x.OriginPlate } return nil } func (x *SinglePlate) GetLastPlate() []*Column { if x != nil { return x.LastPlate } return nil } func (x *SinglePlate) GetAwardDataList() []*AwardData { if x != nil { return x.AwardDataList } return nil } func (x *SinglePlate) GetSingleWin() float64 { if x != nil { return x.SingleWin } return 0 } func (x *SinglePlate) GetBonusType() int32 { if x != nil { return x.BonusType } return 0 } func (x *SinglePlate) GetBonusCount() int32 { if x != nil { return x.BonusCount } return 0 } type MainData struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields MainPlate []*SinglePlate `protobuf:"bytes,1,rep,name=MainPlate,proto3" json:"MainPlate,omitempty"` MainWin float64 `protobuf:"fixed64,2,opt,name=MainWin,proto3" json:"MainWin,omitempty"` ScatterWin float64 `protobuf:"fixed64,3,opt,name=ScatterWin,proto3" json:"ScatterWin,omitempty"` ScatterCount int32 `protobuf:"varint,4,opt,name=ScatterCount,proto3" json:"ScatterCount,omitempty"` } func (x *MainData) Reset() { *x = MainData{} if protoimpl.UnsafeEnabled { mi := &file_jili_jljk_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *MainData) String() string { return protoimpl.X.MessageStringOf(x) } func (*MainData) ProtoMessage() {} func (x *MainData) ProtoReflect() protoreflect.Message { mi := &file_jili_jljk_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 MainData.ProtoReflect.Descriptor instead. func (*MainData) Descriptor() ([]byte, []int) { return file_jili_jljk_proto_rawDescGZIP(), []int{3} } func (x *MainData) GetMainPlate() []*SinglePlate { if x != nil { return x.MainPlate } return nil } func (x *MainData) GetMainWin() float64 { if x != nil { return x.MainWin } return 0 } func (x *MainData) GetScatterWin() float64 { if x != nil { return x.ScatterWin } return 0 } func (x *MainData) GetScatterCount() int32 { if x != nil { return x.ScatterCount } return 0 } type SingleFree struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields FreePlate *SinglePlate `protobuf:"bytes,1,opt,name=FreePlate,proto3" json:"FreePlate,omitempty"` UpReel []int32 `protobuf:"varint,2,rep,packed,name=UpReel,proto3" json:"UpReel,omitempty"` PlaneCount int32 `protobuf:"varint,3,opt,name=PlaneCount,proto3" json:"PlaneCount,omitempty"` MaxRound int32 `protobuf:"varint,4,opt,name=MaxRound,proto3" json:"MaxRound,omitempty"` FreeMul float64 `protobuf:"fixed64,5,opt,name=FreeMul,proto3" json:"FreeMul,omitempty"` AwardType int32 `protobuf:"varint,6,opt,name=AwardType,proto3" json:"AwardType,omitempty"` NowMoney float64 `protobuf:"fixed64,7,opt,name=NowMoney,proto3" json:"NowMoney,omitempty"` } func (x *SingleFree) Reset() { *x = SingleFree{} if protoimpl.UnsafeEnabled { mi := &file_jili_jljk_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SingleFree) String() string { return protoimpl.X.MessageStringOf(x) } func (*SingleFree) ProtoMessage() {} func (x *SingleFree) ProtoReflect() protoreflect.Message { mi := &file_jili_jljk_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 SingleFree.ProtoReflect.Descriptor instead. func (*SingleFree) Descriptor() ([]byte, []int) { return file_jili_jljk_proto_rawDescGZIP(), []int{4} } func (x *SingleFree) GetFreePlate() *SinglePlate { if x != nil { return x.FreePlate } return nil } func (x *SingleFree) GetUpReel() []int32 { if x != nil { return x.UpReel } return nil } func (x *SingleFree) GetPlaneCount() int32 { if x != nil { return x.PlaneCount } return 0 } func (x *SingleFree) GetMaxRound() int32 { if x != nil { return x.MaxRound } return 0 } func (x *SingleFree) GetFreeMul() float64 { if x != nil { return x.FreeMul } return 0 } func (x *SingleFree) GetAwardType() int32 { if x != nil { return x.AwardType } return 0 } func (x *SingleFree) GetNowMoney() float64 { if x != nil { return x.NowMoney } return 0 } type FreeData struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields FreeQueue []*SingleFree `protobuf:"bytes,1,rep,name=FreeQueue,proto3" json:"FreeQueue,omitempty"` FreeTotalWin float64 `protobuf:"fixed64,2,opt,name=FreeTotalWin,proto3" json:"FreeTotalWin,omitempty"` } func (x *FreeData) Reset() { *x = FreeData{} if protoimpl.UnsafeEnabled { mi := &file_jili_jljk_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *FreeData) String() string { return protoimpl.X.MessageStringOf(x) } func (*FreeData) ProtoMessage() {} func (x *FreeData) ProtoReflect() protoreflect.Message { mi := &file_jili_jljk_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 FreeData.ProtoReflect.Descriptor instead. func (*FreeData) Descriptor() ([]byte, []int) { return file_jili_jljk_proto_rawDescGZIP(), []int{5} } func (x *FreeData) GetFreeQueue() []*SingleFree { if x != nil { return x.FreeQueue } return nil } func (x *FreeData) GetFreeTotalWin() float64 { if x != nil { return x.FreeTotalWin } return 0 } type SpinAck struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields MainInfo *MainData `protobuf:"bytes,1,opt,name=MainInfo,proto3" json:"MainInfo,omitempty"` FreeInfo *FreeData `protobuf:"bytes,2,opt,name=FreeInfo,proto3" json:"FreeInfo,omitempty"` TotalWin float64 `protobuf:"fixed64,3,opt,name=TotalWin,proto3" json:"TotalWin,omitempty"` AwardType int32 `protobuf:"varint,4,opt,name=AwardType,proto3" json:"AwardType,omitempty"` ShowIndex string `protobuf:"bytes,5,opt,name=ShowIndex,proto3" json:"ShowIndex,omitempty"` NowMoney float64 `protobuf:"fixed64,6,opt,name=NowMoney,proto3" json:"NowMoney,omitempty"` AckType int32 `protobuf:"varint,7,opt,name=AckType,proto3" json:"AckType,omitempty"` RTP float64 `protobuf:"fixed64,8,opt,name=RTP,proto3" json:"RTP,omitempty"` LID int32 `protobuf:"varint,9,opt,name=LID,proto3" json:"LID,omitempty"` RID int32 `protobuf:"varint,10,opt,name=RID,proto3" json:"RID,omitempty"` } func (x *SpinAck) Reset() { *x = SpinAck{} if protoimpl.UnsafeEnabled { mi := &file_jili_jljk_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SpinAck) String() string { return protoimpl.X.MessageStringOf(x) } func (*SpinAck) ProtoMessage() {} func (x *SpinAck) ProtoReflect() protoreflect.Message { mi := &file_jili_jljk_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 SpinAck.ProtoReflect.Descriptor instead. func (*SpinAck) Descriptor() ([]byte, []int) { return file_jili_jljk_proto_rawDescGZIP(), []int{6} } func (x *SpinAck) GetMainInfo() *MainData { if x != nil { return x.MainInfo } return nil } func (x *SpinAck) GetFreeInfo() *FreeData { if x != nil { return x.FreeInfo } return nil } func (x *SpinAck) GetTotalWin() float64 { if x != nil { return x.TotalWin } return 0 } func (x *SpinAck) GetAwardType() int32 { if x != nil { return x.AwardType } return 0 } func (x *SpinAck) GetShowIndex() string { if x != nil { return x.ShowIndex } return "" } func (x *SpinAck) GetNowMoney() float64 { if x != nil { return x.NowMoney } return 0 } func (x *SpinAck) GetAckType() int32 { if x != nil { return x.AckType } return 0 } func (x *SpinAck) GetRTP() float64 { if x != nil { return x.RTP } return 0 } func (x *SpinAck) GetLID() int32 { if x != nil { return x.LID } return 0 } func (x *SpinAck) GetRID() int32 { if x != nil { return x.RID } return 0 } type FreeCount struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields SCount []int32 `protobuf:"varint,1,rep,packed,name=SCount,proto3" json:"SCount,omitempty"` CountMul []float64 `protobuf:"fixed64,2,rep,packed,name=CountMul,proto3" json:"CountMul,omitempty"` CountRound []int32 `protobuf:"varint,3,rep,packed,name=CountRound,proto3" json:"CountRound,omitempty"` } func (x *FreeCount) Reset() { *x = FreeCount{} if protoimpl.UnsafeEnabled { mi := &file_jili_jljk_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *FreeCount) String() string { return protoimpl.X.MessageStringOf(x) } func (*FreeCount) ProtoMessage() {} func (x *FreeCount) ProtoReflect() protoreflect.Message { mi := &file_jili_jljk_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 FreeCount.ProtoReflect.Descriptor instead. func (*FreeCount) Descriptor() ([]byte, []int) { return file_jili_jljk_proto_rawDescGZIP(), []int{7} } func (x *FreeCount) GetSCount() []int32 { if x != nil { return x.SCount } return nil } func (x *FreeCount) GetCountMul() []float64 { if x != nil { return x.CountMul } return nil } func (x *FreeCount) GetCountRound() []int32 { if x != nil { return x.CountRound } return nil } type GameInfoAck struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields FreeData []*FreeCount `protobuf:"bytes,1,rep,name=FreeData,proto3" json:"FreeData,omitempty"` } func (x *GameInfoAck) Reset() { *x = GameInfoAck{} if protoimpl.UnsafeEnabled { mi := &file_jili_jljk_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GameInfoAck) String() string { return protoimpl.X.MessageStringOf(x) } func (*GameInfoAck) ProtoMessage() {} func (x *GameInfoAck) ProtoReflect() protoreflect.Message { mi := &file_jili_jljk_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 GameInfoAck.ProtoReflect.Descriptor instead. func (*GameInfoAck) Descriptor() ([]byte, []int) { return file_jili_jljk_proto_rawDescGZIP(), []int{8} } func (x *GameInfoAck) GetFreeData() []*FreeCount { if x != nil { return x.FreeData } return nil } var File_jili_jljk_proto protoreflect.FileDescriptor var file_jili_jljk_proto_rawDesc = []byte{ 0x0a, 0x0f, 0x6a, 0x69, 0x6c, 0x69, 0x2f, 0x6a, 0x6c, 0x6a, 0x6b, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x04, 0x6a, 0x6c, 0x6a, 0x6b, 0x22, 0x1a, 0x0a, 0x06, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x52, 0x6f, 0x77, 0x18, 0x01, 0x20, 0x03, 0x28, 0x05, 0x52, 0x03, 0x52, 0x6f, 0x77, 0x22, 0x65, 0x0a, 0x09, 0x41, 0x77, 0x61, 0x72, 0x64, 0x44, 0x61, 0x74, 0x61, 0x12, 0x14, 0x0a, 0x05, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x16, 0x0a, 0x06, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x4d, 0x6f, 0x6e, 0x65, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x01, 0x52, 0x05, 0x4d, 0x6f, 0x6e, 0x65, 0x79, 0x22, 0xfc, 0x01, 0x0a, 0x0b, 0x53, 0x69, 0x6e, 0x67, 0x6c, 0x65, 0x50, 0x6c, 0x61, 0x74, 0x65, 0x12, 0x2e, 0x0a, 0x0b, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x50, 0x6c, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x6a, 0x6c, 0x6a, 0x6b, 0x2e, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x52, 0x0b, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x50, 0x6c, 0x61, 0x74, 0x65, 0x12, 0x2a, 0x0a, 0x09, 0x4c, 0x61, 0x73, 0x74, 0x50, 0x6c, 0x61, 0x74, 0x65, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x6a, 0x6c, 0x6a, 0x6b, 0x2e, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x52, 0x09, 0x4c, 0x61, 0x73, 0x74, 0x50, 0x6c, 0x61, 0x74, 0x65, 0x12, 0x35, 0x0a, 0x0d, 0x41, 0x77, 0x61, 0x72, 0x64, 0x44, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x6a, 0x6c, 0x6a, 0x6b, 0x2e, 0x41, 0x77, 0x61, 0x72, 0x64, 0x44, 0x61, 0x74, 0x61, 0x52, 0x0d, 0x41, 0x77, 0x61, 0x72, 0x64, 0x44, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x53, 0x69, 0x6e, 0x67, 0x6c, 0x65, 0x57, 0x69, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x01, 0x52, 0x09, 0x53, 0x69, 0x6e, 0x67, 0x6c, 0x65, 0x57, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x42, 0x6f, 0x6e, 0x75, 0x73, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x42, 0x6f, 0x6e, 0x75, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x42, 0x6f, 0x6e, 0x75, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x42, 0x6f, 0x6e, 0x75, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x99, 0x01, 0x0a, 0x08, 0x4d, 0x61, 0x69, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x12, 0x2f, 0x0a, 0x09, 0x4d, 0x61, 0x69, 0x6e, 0x50, 0x6c, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x6a, 0x6c, 0x6a, 0x6b, 0x2e, 0x53, 0x69, 0x6e, 0x67, 0x6c, 0x65, 0x50, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x09, 0x4d, 0x61, 0x69, 0x6e, 0x50, 0x6c, 0x61, 0x74, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x4d, 0x61, 0x69, 0x6e, 0x57, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x01, 0x52, 0x07, 0x4d, 0x61, 0x69, 0x6e, 0x57, 0x69, 0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x53, 0x63, 0x61, 0x74, 0x74, 0x65, 0x72, 0x57, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x01, 0x52, 0x0a, 0x53, 0x63, 0x61, 0x74, 0x74, 0x65, 0x72, 0x57, 0x69, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x53, 0x63, 0x61, 0x74, 0x74, 0x65, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x53, 0x63, 0x61, 0x74, 0x74, 0x65, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0xe5, 0x01, 0x0a, 0x0a, 0x53, 0x69, 0x6e, 0x67, 0x6c, 0x65, 0x46, 0x72, 0x65, 0x65, 0x12, 0x2f, 0x0a, 0x09, 0x46, 0x72, 0x65, 0x65, 0x50, 0x6c, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x6a, 0x6c, 0x6a, 0x6b, 0x2e, 0x53, 0x69, 0x6e, 0x67, 0x6c, 0x65, 0x50, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x09, 0x46, 0x72, 0x65, 0x65, 0x50, 0x6c, 0x61, 0x74, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x55, 0x70, 0x52, 0x65, 0x65, 0x6c, 0x18, 0x02, 0x20, 0x03, 0x28, 0x05, 0x52, 0x06, 0x55, 0x70, 0x52, 0x65, 0x65, 0x6c, 0x12, 0x1e, 0x0a, 0x0a, 0x50, 0x6c, 0x61, 0x6e, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x50, 0x6c, 0x61, 0x6e, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x4d, 0x61, 0x78, 0x52, 0x6f, 0x75, 0x6e, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x4d, 0x61, 0x78, 0x52, 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x46, 0x72, 0x65, 0x65, 0x4d, 0x75, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x01, 0x52, 0x07, 0x46, 0x72, 0x65, 0x65, 0x4d, 0x75, 0x6c, 0x12, 0x1c, 0x0a, 0x09, 0x41, 0x77, 0x61, 0x72, 0x64, 0x54, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x41, 0x77, 0x61, 0x72, 0x64, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x4e, 0x6f, 0x77, 0x4d, 0x6f, 0x6e, 0x65, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x01, 0x52, 0x08, 0x4e, 0x6f, 0x77, 0x4d, 0x6f, 0x6e, 0x65, 0x79, 0x22, 0x5e, 0x0a, 0x08, 0x46, 0x72, 0x65, 0x65, 0x44, 0x61, 0x74, 0x61, 0x12, 0x2e, 0x0a, 0x09, 0x46, 0x72, 0x65, 0x65, 0x51, 0x75, 0x65, 0x75, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x6a, 0x6c, 0x6a, 0x6b, 0x2e, 0x53, 0x69, 0x6e, 0x67, 0x6c, 0x65, 0x46, 0x72, 0x65, 0x65, 0x52, 0x09, 0x46, 0x72, 0x65, 0x65, 0x51, 0x75, 0x65, 0x75, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x46, 0x72, 0x65, 0x65, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x57, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x01, 0x52, 0x0c, 0x46, 0x72, 0x65, 0x65, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x57, 0x69, 0x6e, 0x22, 0xa5, 0x02, 0x0a, 0x07, 0x53, 0x70, 0x69, 0x6e, 0x41, 0x63, 0x6b, 0x12, 0x2a, 0x0a, 0x08, 0x4d, 0x61, 0x69, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x6a, 0x6c, 0x6a, 0x6b, 0x2e, 0x4d, 0x61, 0x69, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x52, 0x08, 0x4d, 0x61, 0x69, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x2a, 0x0a, 0x08, 0x46, 0x72, 0x65, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x6a, 0x6c, 0x6a, 0x6b, 0x2e, 0x46, 0x72, 0x65, 0x65, 0x44, 0x61, 0x74, 0x61, 0x52, 0x08, 0x46, 0x72, 0x65, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1a, 0x0a, 0x08, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x57, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x01, 0x52, 0x08, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x57, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x41, 0x77, 0x61, 0x72, 0x64, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x41, 0x77, 0x61, 0x72, 0x64, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x53, 0x68, 0x6f, 0x77, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x53, 0x68, 0x6f, 0x77, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x1a, 0x0a, 0x08, 0x4e, 0x6f, 0x77, 0x4d, 0x6f, 0x6e, 0x65, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x01, 0x52, 0x08, 0x4e, 0x6f, 0x77, 0x4d, 0x6f, 0x6e, 0x65, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x41, 0x63, 0x6b, 0x54, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x41, 0x63, 0x6b, 0x54, 0x79, 0x70, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x52, 0x54, 0x50, 0x18, 0x08, 0x20, 0x01, 0x28, 0x01, 0x52, 0x03, 0x52, 0x54, 0x50, 0x12, 0x10, 0x0a, 0x03, 0x4c, 0x49, 0x44, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x4c, 0x49, 0x44, 0x12, 0x10, 0x0a, 0x03, 0x52, 0x49, 0x44, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x52, 0x49, 0x44, 0x22, 0x5f, 0x0a, 0x09, 0x46, 0x72, 0x65, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x53, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x05, 0x52, 0x06, 0x53, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x4d, 0x75, 0x6c, 0x18, 0x02, 0x20, 0x03, 0x28, 0x01, 0x52, 0x08, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x4d, 0x75, 0x6c, 0x12, 0x1e, 0x0a, 0x0a, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x6f, 0x75, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x03, 0x28, 0x05, 0x52, 0x0a, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x6f, 0x75, 0x6e, 0x64, 0x22, 0x3a, 0x0a, 0x0b, 0x47, 0x61, 0x6d, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x41, 0x63, 0x6b, 0x12, 0x2b, 0x0a, 0x08, 0x46, 0x72, 0x65, 0x65, 0x44, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x6a, 0x6c, 0x6a, 0x6b, 0x2e, 0x46, 0x72, 0x65, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x08, 0x46, 0x72, 0x65, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x09, 0x5a, 0x07, 0x70, 0x62, 0x2f, 0x6a, 0x6c, 0x6a, 0x6b, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_jili_jljk_proto_rawDescOnce sync.Once file_jili_jljk_proto_rawDescData = file_jili_jljk_proto_rawDesc ) func file_jili_jljk_proto_rawDescGZIP() []byte { file_jili_jljk_proto_rawDescOnce.Do(func() { file_jili_jljk_proto_rawDescData = protoimpl.X.CompressGZIP(file_jili_jljk_proto_rawDescData) }) return file_jili_jljk_proto_rawDescData } var file_jili_jljk_proto_msgTypes = make([]protoimpl.MessageInfo, 9) var file_jili_jljk_proto_goTypes = []interface{}{ (*Column)(nil), // 0: jljk.Column (*AwardData)(nil), // 1: jljk.AwardData (*SinglePlate)(nil), // 2: jljk.SinglePlate (*MainData)(nil), // 3: jljk.MainData (*SingleFree)(nil), // 4: jljk.SingleFree (*FreeData)(nil), // 5: jljk.FreeData (*SpinAck)(nil), // 6: jljk.SpinAck (*FreeCount)(nil), // 7: jljk.FreeCount (*GameInfoAck)(nil), // 8: jljk.GameInfoAck } var file_jili_jljk_proto_depIdxs = []int32{ 0, // 0: jljk.SinglePlate.OriginPlate:type_name -> jljk.Column 0, // 1: jljk.SinglePlate.LastPlate:type_name -> jljk.Column 1, // 2: jljk.SinglePlate.AwardDataList:type_name -> jljk.AwardData 2, // 3: jljk.MainData.MainPlate:type_name -> jljk.SinglePlate 2, // 4: jljk.SingleFree.FreePlate:type_name -> jljk.SinglePlate 4, // 5: jljk.FreeData.FreeQueue:type_name -> jljk.SingleFree 3, // 6: jljk.SpinAck.MainInfo:type_name -> jljk.MainData 5, // 7: jljk.SpinAck.FreeInfo:type_name -> jljk.FreeData 7, // 8: jljk.GameInfoAck.FreeData:type_name -> jljk.FreeCount 9, // [9:9] is the sub-list for method output_type 9, // [9:9] is the sub-list for method input_type 9, // [9:9] is the sub-list for extension type_name 9, // [9:9] is the sub-list for extension extendee 0, // [0:9] is the sub-list for field type_name } func init() { file_jili_jljk_proto_init() } func file_jili_jljk_proto_init() { if File_jili_jljk_proto != nil { return } if !protoimpl.UnsafeEnabled { file_jili_jljk_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Column); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_jili_jljk_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AwardData); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_jili_jljk_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SinglePlate); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_jili_jljk_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MainData); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_jili_jljk_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SingleFree); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_jili_jljk_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*FreeData); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_jili_jljk_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SpinAck); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_jili_jljk_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*FreeCount); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_jili_jljk_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GameInfoAck); 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_jili_jljk_proto_rawDesc, NumEnums: 0, NumMessages: 9, NumExtensions: 0, NumServices: 0, }, GoTypes: file_jili_jljk_proto_goTypes, DependencyIndexes: file_jili_jljk_proto_depIdxs, MessageInfos: file_jili_jljk_proto_msgTypes, }.Build() File_jili_jljk_proto = out.File file_jili_jljk_proto_rawDesc = nil file_jili_jljk_proto_goTypes = nil file_jili_jljk_proto_depIdxs = nil }