// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.30.0 // protoc v4.23.2 // source: bk.proto package jlbk 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_bk_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_bk_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_bk_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_bk_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_bk_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_bk_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 PlateSymbol []*Column `protobuf:"bytes,1,rep,name=PlateSymbol,proto3" json:"PlateSymbol,omitempty"` AwardDataList []*AwardData `protobuf:"bytes,2,rep,name=AwardDataList,proto3" json:"AwardDataList,omitempty"` SingleWin float64 `protobuf:"fixed64,3,opt,name=SingleWin,proto3" json:"SingleWin,omitempty"` SingleMul float64 `protobuf:"fixed64,4,opt,name=SingleMul,proto3" json:"SingleMul,omitempty"` NextRow []int32 `protobuf:"varint,5,rep,packed,name=NextRow,proto3" json:"NextRow,omitempty"` MaxFlag bool `protobuf:"varint,6,opt,name=MaxFlag,proto3" json:"MaxFlag,omitempty"` } func (x *SinglePlate) Reset() { *x = SinglePlate{} if protoimpl.UnsafeEnabled { mi := &file_bk_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_bk_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_bk_proto_rawDescGZIP(), []int{2} } func (x *SinglePlate) GetPlateSymbol() []*Column { if x != nil { return x.PlateSymbol } 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) GetSingleMul() float64 { if x != nil { return x.SingleMul } return 0 } func (x *SinglePlate) GetNextRow() []int32 { if x != nil { return x.NextRow } return nil } func (x *SinglePlate) GetMaxFlag() bool { if x != nil { return x.MaxFlag } return false } type MainData struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields PlateQueue []*SinglePlate `protobuf:"bytes,1,rep,name=PlateQueue,proto3" json:"PlateQueue,omitempty"` MainWin float64 `protobuf:"fixed64,2,opt,name=MainWin,proto3" json:"MainWin,omitempty"` ScatterCount int32 `protobuf:"varint,3,opt,name=ScatterCount,proto3" json:"ScatterCount,omitempty"` ScatterWin float64 `protobuf:"fixed64,4,opt,name=ScatterWin,proto3" json:"ScatterWin,omitempty"` MaxFlag bool `protobuf:"varint,5,opt,name=MaxFlag,proto3" json:"MaxFlag,omitempty"` } func (x *MainData) Reset() { *x = MainData{} if protoimpl.UnsafeEnabled { mi := &file_bk_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_bk_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_bk_proto_rawDescGZIP(), []int{3} } func (x *MainData) GetPlateQueue() []*SinglePlate { if x != nil { return x.PlateQueue } return nil } func (x *MainData) GetMainWin() float64 { if x != nil { return x.MainWin } return 0 } func (x *MainData) GetScatterCount() int32 { if x != nil { return x.ScatterCount } return 0 } func (x *MainData) GetScatterWin() float64 { if x != nil { return x.ScatterWin } return 0 } func (x *MainData) GetMaxFlag() bool { if x != nil { return x.MaxFlag } return false } type SingleFree struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields FreePlateQueue []*SinglePlate `protobuf:"bytes,1,rep,name=FreePlateQueue,proto3" json:"FreePlateQueue,omitempty"` FreeWin float64 `protobuf:"fixed64,2,opt,name=FreeWin,proto3" json:"FreeWin,omitempty"` FreePlus int32 `protobuf:"varint,3,opt,name=FreePlus,proto3" json:"FreePlus,omitempty"` AwardType int32 `protobuf:"varint,4,opt,name=AwardType,proto3" json:"AwardType,omitempty"` NowMoney float64 `protobuf:"fixed64,5,opt,name=NowMoney,proto3" json:"NowMoney,omitempty"` FreeNowRound int32 `protobuf:"varint,6,opt,name=FreeNowRound,proto3" json:"FreeNowRound,omitempty"` FreeTotalRound int32 `protobuf:"varint,7,opt,name=FreeTotalRound,proto3" json:"FreeTotalRound,omitempty"` MaxFlag bool `protobuf:"varint,8,opt,name=MaxFlag,proto3" json:"MaxFlag,omitempty"` } func (x *SingleFree) Reset() { *x = SingleFree{} if protoimpl.UnsafeEnabled { mi := &file_bk_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_bk_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_bk_proto_rawDescGZIP(), []int{4} } func (x *SingleFree) GetFreePlateQueue() []*SinglePlate { if x != nil { return x.FreePlateQueue } return nil } func (x *SingleFree) GetFreeWin() float64 { if x != nil { return x.FreeWin } return 0 } func (x *SingleFree) GetFreePlus() int32 { if x != nil { return x.FreePlus } 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 } func (x *SingleFree) GetFreeNowRound() int32 { if x != nil { return x.FreeNowRound } return 0 } func (x *SingleFree) GetFreeTotalRound() int32 { if x != nil { return x.FreeTotalRound } return 0 } func (x *SingleFree) GetMaxFlag() bool { if x != nil { return x.MaxFlag } return false } 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_bk_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_bk_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_bk_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"` Bet float64 `protobuf:"fixed64,8,opt,name=Bet,proto3" json:"Bet,omitempty"` RTP float64 `protobuf:"fixed64,9,opt,name=RTP,proto3" json:"RTP,omitempty"` LID int32 `protobuf:"varint,10,opt,name=LID,proto3" json:"LID,omitempty"` RID int32 `protobuf:"varint,11,opt,name=RID,proto3" json:"RID,omitempty"` } func (x *SpinAck) Reset() { *x = SpinAck{} if protoimpl.UnsafeEnabled { mi := &file_bk_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_bk_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_bk_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) GetBet() float64 { if x != nil { return x.Bet } 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 } var File_bk_proto protoreflect.FileDescriptor var file_bk_proto_rawDesc = []byte{ 0x0a, 0x08, 0x62, 0x6b, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x04, 0x6a, 0x6c, 0x62, 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, 0xe4, 0x01, 0x0a, 0x0b, 0x53, 0x69, 0x6e, 0x67, 0x6c, 0x65, 0x50, 0x6c, 0x61, 0x74, 0x65, 0x12, 0x2e, 0x0a, 0x0b, 0x50, 0x6c, 0x61, 0x74, 0x65, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x6a, 0x6c, 0x62, 0x6b, 0x2e, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x52, 0x0b, 0x50, 0x6c, 0x61, 0x74, 0x65, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x12, 0x35, 0x0a, 0x0d, 0x41, 0x77, 0x61, 0x72, 0x64, 0x44, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x6a, 0x6c, 0x62, 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, 0x03, 0x20, 0x01, 0x28, 0x01, 0x52, 0x09, 0x53, 0x69, 0x6e, 0x67, 0x6c, 0x65, 0x57, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x53, 0x69, 0x6e, 0x67, 0x6c, 0x65, 0x4d, 0x75, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x01, 0x52, 0x09, 0x53, 0x69, 0x6e, 0x67, 0x6c, 0x65, 0x4d, 0x75, 0x6c, 0x12, 0x18, 0x0a, 0x07, 0x4e, 0x65, 0x78, 0x74, 0x52, 0x6f, 0x77, 0x18, 0x05, 0x20, 0x03, 0x28, 0x05, 0x52, 0x07, 0x4e, 0x65, 0x78, 0x74, 0x52, 0x6f, 0x77, 0x12, 0x18, 0x0a, 0x07, 0x4d, 0x61, 0x78, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x4d, 0x61, 0x78, 0x46, 0x6c, 0x61, 0x67, 0x22, 0xb5, 0x01, 0x0a, 0x08, 0x4d, 0x61, 0x69, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x12, 0x31, 0x0a, 0x0a, 0x50, 0x6c, 0x61, 0x74, 0x65, 0x51, 0x75, 0x65, 0x75, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x6a, 0x6c, 0x62, 0x6b, 0x2e, 0x53, 0x69, 0x6e, 0x67, 0x6c, 0x65, 0x50, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x0a, 0x50, 0x6c, 0x61, 0x74, 0x65, 0x51, 0x75, 0x65, 0x75, 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, 0x22, 0x0a, 0x0c, 0x53, 0x63, 0x61, 0x74, 0x74, 0x65, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x53, 0x63, 0x61, 0x74, 0x74, 0x65, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x53, 0x63, 0x61, 0x74, 0x74, 0x65, 0x72, 0x57, 0x69, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x01, 0x52, 0x0a, 0x53, 0x63, 0x61, 0x74, 0x74, 0x65, 0x72, 0x57, 0x69, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x4d, 0x61, 0x78, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x4d, 0x61, 0x78, 0x46, 0x6c, 0x61, 0x67, 0x22, 0x9d, 0x02, 0x0a, 0x0a, 0x53, 0x69, 0x6e, 0x67, 0x6c, 0x65, 0x46, 0x72, 0x65, 0x65, 0x12, 0x39, 0x0a, 0x0e, 0x46, 0x72, 0x65, 0x65, 0x50, 0x6c, 0x61, 0x74, 0x65, 0x51, 0x75, 0x65, 0x75, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x6a, 0x6c, 0x62, 0x6b, 0x2e, 0x53, 0x69, 0x6e, 0x67, 0x6c, 0x65, 0x50, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x0e, 0x46, 0x72, 0x65, 0x65, 0x50, 0x6c, 0x61, 0x74, 0x65, 0x51, 0x75, 0x65, 0x75, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x46, 0x72, 0x65, 0x65, 0x57, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x01, 0x52, 0x07, 0x46, 0x72, 0x65, 0x65, 0x57, 0x69, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x46, 0x72, 0x65, 0x65, 0x50, 0x6c, 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x46, 0x72, 0x65, 0x65, 0x50, 0x6c, 0x75, 0x73, 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, 0x1a, 0x0a, 0x08, 0x4e, 0x6f, 0x77, 0x4d, 0x6f, 0x6e, 0x65, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x01, 0x52, 0x08, 0x4e, 0x6f, 0x77, 0x4d, 0x6f, 0x6e, 0x65, 0x79, 0x12, 0x22, 0x0a, 0x0c, 0x46, 0x72, 0x65, 0x65, 0x4e, 0x6f, 0x77, 0x52, 0x6f, 0x75, 0x6e, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x46, 0x72, 0x65, 0x65, 0x4e, 0x6f, 0x77, 0x52, 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x26, 0x0a, 0x0e, 0x46, 0x72, 0x65, 0x65, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x52, 0x6f, 0x75, 0x6e, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x46, 0x72, 0x65, 0x65, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x52, 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x4d, 0x61, 0x78, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x4d, 0x61, 0x78, 0x46, 0x6c, 0x61, 0x67, 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, 0x62, 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, 0xb7, 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, 0x62, 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, 0x62, 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, 0x42, 0x65, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x01, 0x52, 0x03, 0x42, 0x65, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x52, 0x54, 0x50, 0x18, 0x09, 0x20, 0x01, 0x28, 0x01, 0x52, 0x03, 0x52, 0x54, 0x50, 0x12, 0x10, 0x0a, 0x03, 0x4c, 0x49, 0x44, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x4c, 0x49, 0x44, 0x12, 0x10, 0x0a, 0x03, 0x52, 0x49, 0x44, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x52, 0x49, 0x44, 0x42, 0x09, 0x5a, 0x07, 0x70, 0x62, 0x2f, 0x6a, 0x6c, 0x62, 0x6b, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_bk_proto_rawDescOnce sync.Once file_bk_proto_rawDescData = file_bk_proto_rawDesc ) func file_bk_proto_rawDescGZIP() []byte { file_bk_proto_rawDescOnce.Do(func() { file_bk_proto_rawDescData = protoimpl.X.CompressGZIP(file_bk_proto_rawDescData) }) return file_bk_proto_rawDescData } var file_bk_proto_msgTypes = make([]protoimpl.MessageInfo, 7) var file_bk_proto_goTypes = []interface{}{ (*Column)(nil), // 0: jlbk.Column (*AwardData)(nil), // 1: jlbk.AwardData (*SinglePlate)(nil), // 2: jlbk.SinglePlate (*MainData)(nil), // 3: jlbk.MainData (*SingleFree)(nil), // 4: jlbk.SingleFree (*FreeData)(nil), // 5: jlbk.FreeData (*SpinAck)(nil), // 6: jlbk.SpinAck } var file_bk_proto_depIdxs = []int32{ 0, // 0: jlbk.SinglePlate.PlateSymbol:type_name -> jlbk.Column 1, // 1: jlbk.SinglePlate.AwardDataList:type_name -> jlbk.AwardData 2, // 2: jlbk.MainData.PlateQueue:type_name -> jlbk.SinglePlate 2, // 3: jlbk.SingleFree.FreePlateQueue:type_name -> jlbk.SinglePlate 4, // 4: jlbk.FreeData.FreeQueue:type_name -> jlbk.SingleFree 3, // 5: jlbk.SpinAck.MainInfo:type_name -> jlbk.MainData 5, // 6: jlbk.SpinAck.FreeInfo:type_name -> jlbk.FreeData 7, // [7:7] is the sub-list for method output_type 7, // [7:7] is the sub-list for method input_type 7, // [7:7] is the sub-list for extension type_name 7, // [7:7] is the sub-list for extension extendee 0, // [0:7] is the sub-list for field type_name } func init() { file_bk_proto_init() } func file_bk_proto_init() { if File_bk_proto != nil { return } if !protoimpl.UnsafeEnabled { file_bk_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_bk_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_bk_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_bk_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_bk_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_bk_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_bk_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 } } } type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_bk_proto_rawDesc, NumEnums: 0, NumMessages: 7, NumExtensions: 0, NumServices: 0, }, GoTypes: file_bk_proto_goTypes, DependencyIndexes: file_bk_proto_depIdxs, MessageInfos: file_bk_proto_msgTypes, }.Build() File_bk_proto = out.File file_bk_proto_rawDesc = nil file_bk_proto_goTypes = nil file_bk_proto_depIdxs = nil }