// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.30.0 // protoc v4.23.2 // source: bfs.proto package bfs 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 Col []int32 `protobuf:"varint,1,rep,packed,name=Col,proto3" json:"Col,omitempty"` } func (x *Column) Reset() { *x = Column{} if protoimpl.UnsafeEnabled { mi := &file_bfs_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_bfs_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_bfs_proto_rawDescGZIP(), []int{0} } func (x *Column) GetCol() []int32 { if x != nil { return x.Col } return nil } type AwardData struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields SerialVec []int32 `protobuf:"varint,1,rep,packed,name=SerialVec,proto3" json:"SerialVec,omitempty"` Win float64 `protobuf:"fixed64,2,opt,name=Win,proto3" json:"Win,omitempty"` } func (x *AwardData) Reset() { *x = AwardData{} if protoimpl.UnsafeEnabled { mi := &file_bfs_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_bfs_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_bfs_proto_rawDescGZIP(), []int{1} } func (x *AwardData) GetSerialVec() []int32 { if x != nil { return x.SerialVec } return nil } func (x *AwardData) GetWin() float64 { if x != nil { return x.Win } return 0 } type AwardDataDetail struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields SerialVec []int32 `protobuf:"varint,1,rep,packed,name=SerialVec,proto3" json:"SerialVec,omitempty"` Win float64 `protobuf:"fixed64,2,opt,name=Win,proto3" json:"Win,omitempty"` Symbol int32 `protobuf:"varint,3,opt,name=Symbol,proto3" json:"Symbol,omitempty"` LineNum int32 `protobuf:"varint,4,opt,name=LineNum,proto3" json:"LineNum,omitempty"` } func (x *AwardDataDetail) Reset() { *x = AwardDataDetail{} if protoimpl.UnsafeEnabled { mi := &file_bfs_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *AwardDataDetail) String() string { return protoimpl.X.MessageStringOf(x) } func (*AwardDataDetail) ProtoMessage() {} func (x *AwardDataDetail) ProtoReflect() protoreflect.Message { mi := &file_bfs_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 AwardDataDetail.ProtoReflect.Descriptor instead. func (*AwardDataDetail) Descriptor() ([]byte, []int) { return file_bfs_proto_rawDescGZIP(), []int{2} } func (x *AwardDataDetail) GetSerialVec() []int32 { if x != nil { return x.SerialVec } return nil } func (x *AwardDataDetail) GetWin() float64 { if x != nil { return x.Win } return 0 } func (x *AwardDataDetail) GetSymbol() int32 { if x != nil { return x.Symbol } return 0 } func (x *AwardDataDetail) GetLineNum() int32 { if x != nil { return x.LineNum } 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"` AwardDataVec []*AwardData `protobuf:"bytes,2,rep,name=AwardDataVec,proto3" json:"AwardDataVec,omitempty"` AwardTypeFlag int32 `protobuf:"varint,3,opt,name=AwardTypeFlag,proto3" json:"AwardTypeFlag,omitempty"` Win float64 `protobuf:"fixed64,4,opt,name=Win,proto3" json:"Win,omitempty"` MergedADV []*AwardDataDetail `protobuf:"bytes,5,rep,name=MergedADV,proto3" json:"MergedADV,omitempty"` GetFreeCount int32 `protobuf:"varint,6,opt,name=GetFreeCount,proto3" json:"GetFreeCount,omitempty"` FreeRemainRound int32 `protobuf:"varint,7,opt,name=FreeRemainRound,proto3" json:"FreeRemainRound,omitempty"` FreeNowRound int32 `protobuf:"varint,8,opt,name=FreeNowRound,proto3" json:"FreeNowRound,omitempty"` FreeTotalRound int32 `protobuf:"varint,9,opt,name=FreeTotalRound,proto3" json:"FreeTotalRound,omitempty"` MaxFlag bool `protobuf:"varint,10,opt,name=MaxFlag,proto3" json:"MaxFlag,omitempty"` } func (x *SinglePlate) Reset() { *x = SinglePlate{} if protoimpl.UnsafeEnabled { mi := &file_bfs_proto_msgTypes[3] 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_bfs_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 SinglePlate.ProtoReflect.Descriptor instead. func (*SinglePlate) Descriptor() ([]byte, []int) { return file_bfs_proto_rawDescGZIP(), []int{3} } func (x *SinglePlate) GetPlateSymbol() []*Column { if x != nil { return x.PlateSymbol } return nil } func (x *SinglePlate) GetAwardDataVec() []*AwardData { if x != nil { return x.AwardDataVec } return nil } func (x *SinglePlate) GetAwardTypeFlag() int32 { if x != nil { return x.AwardTypeFlag } return 0 } func (x *SinglePlate) GetWin() float64 { if x != nil { return x.Win } return 0 } func (x *SinglePlate) GetMergedADV() []*AwardDataDetail { if x != nil { return x.MergedADV } return nil } func (x *SinglePlate) GetGetFreeCount() int32 { if x != nil { return x.GetFreeCount } return 0 } func (x *SinglePlate) GetFreeRemainRound() int32 { if x != nil { return x.FreeRemainRound } return 0 } func (x *SinglePlate) GetFreeNowRound() int32 { if x != nil { return x.FreeNowRound } return 0 } func (x *SinglePlate) GetFreeTotalRound() int32 { if x != nil { return x.FreeTotalRound } return 0 } func (x *SinglePlate) GetMaxFlag() bool { if x != nil { return x.MaxFlag } return false } type SpinAck struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields AckQueue []*SinglePlate `protobuf:"bytes,1,rep,name=AckQueue,proto3" json:"AckQueue,omitempty"` FreeTotalWin float64 `protobuf:"fixed64,2,opt,name=FreeTotalWin,proto3" json:"FreeTotalWin,omitempty"` TotalWin float64 `protobuf:"fixed64,3,opt,name=TotalWin,proto3" json:"TotalWin,omitempty"` ShowIndex string `protobuf:"bytes,4,opt,name=ShowIndex,proto3" json:"ShowIndex,omitempty"` NowMoney float64 `protobuf:"fixed64,5,opt,name=NowMoney,proto3" json:"NowMoney,omitempty"` AckType int32 `protobuf:"varint,6,opt,name=AckType,proto3" json:"AckType,omitempty"` RTP float64 `protobuf:"fixed64,7,opt,name=RTP,proto3" json:"RTP,omitempty"` } func (x *SpinAck) Reset() { *x = SpinAck{} if protoimpl.UnsafeEnabled { mi := &file_bfs_proto_msgTypes[4] 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_bfs_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 SpinAck.ProtoReflect.Descriptor instead. func (*SpinAck) Descriptor() ([]byte, []int) { return file_bfs_proto_rawDescGZIP(), []int{4} } func (x *SpinAck) GetAckQueue() []*SinglePlate { if x != nil { return x.AckQueue } return nil } func (x *SpinAck) GetFreeTotalWin() float64 { if x != nil { return x.FreeTotalWin } return 0 } func (x *SpinAck) GetTotalWin() float64 { if x != nil { return x.TotalWin } 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 } type GameInfoData struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ShowExtra bool `protobuf:"varint,1,opt,name=ShowExtra,proto3" json:"ShowExtra,omitempty"` Mul []float64 `protobuf:"fixed64,2,rep,packed,name=Mul,proto3" json:"Mul,omitempty"` } func (x *GameInfoData) Reset() { *x = GameInfoData{} if protoimpl.UnsafeEnabled { mi := &file_bfs_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GameInfoData) String() string { return protoimpl.X.MessageStringOf(x) } func (*GameInfoData) ProtoMessage() {} func (x *GameInfoData) ProtoReflect() protoreflect.Message { mi := &file_bfs_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 GameInfoData.ProtoReflect.Descriptor instead. func (*GameInfoData) Descriptor() ([]byte, []int) { return file_bfs_proto_rawDescGZIP(), []int{5} } func (x *GameInfoData) GetShowExtra() bool { if x != nil { return x.ShowExtra } return false } func (x *GameInfoData) GetMul() []float64 { if x != nil { return x.Mul } return nil } var File_bfs_proto protoreflect.FileDescriptor var file_bfs_proto_rawDesc = []byte{ 0x0a, 0x09, 0x62, 0x66, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x03, 0x62, 0x66, 0x73, 0x22, 0x1a, 0x0a, 0x06, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x43, 0x6f, 0x6c, 0x18, 0x01, 0x20, 0x03, 0x28, 0x05, 0x52, 0x03, 0x43, 0x6f, 0x6c, 0x22, 0x3b, 0x0a, 0x09, 0x41, 0x77, 0x61, 0x72, 0x64, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1c, 0x0a, 0x09, 0x53, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x56, 0x65, 0x63, 0x18, 0x01, 0x20, 0x03, 0x28, 0x05, 0x52, 0x09, 0x53, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x56, 0x65, 0x63, 0x12, 0x10, 0x0a, 0x03, 0x57, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x01, 0x52, 0x03, 0x57, 0x69, 0x6e, 0x22, 0x73, 0x0a, 0x0f, 0x41, 0x77, 0x61, 0x72, 0x64, 0x44, 0x61, 0x74, 0x61, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x12, 0x1c, 0x0a, 0x09, 0x53, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x56, 0x65, 0x63, 0x18, 0x01, 0x20, 0x03, 0x28, 0x05, 0x52, 0x09, 0x53, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x56, 0x65, 0x63, 0x12, 0x10, 0x0a, 0x03, 0x57, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x01, 0x52, 0x03, 0x57, 0x69, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x12, 0x18, 0x0a, 0x07, 0x4c, 0x69, 0x6e, 0x65, 0x4e, 0x75, 0x6d, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x4c, 0x69, 0x6e, 0x65, 0x4e, 0x75, 0x6d, 0x22, 0x90, 0x03, 0x0a, 0x0b, 0x53, 0x69, 0x6e, 0x67, 0x6c, 0x65, 0x50, 0x6c, 0x61, 0x74, 0x65, 0x12, 0x2d, 0x0a, 0x0b, 0x50, 0x6c, 0x61, 0x74, 0x65, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x62, 0x66, 0x73, 0x2e, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x52, 0x0b, 0x50, 0x6c, 0x61, 0x74, 0x65, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x12, 0x32, 0x0a, 0x0c, 0x41, 0x77, 0x61, 0x72, 0x64, 0x44, 0x61, 0x74, 0x61, 0x56, 0x65, 0x63, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x62, 0x66, 0x73, 0x2e, 0x41, 0x77, 0x61, 0x72, 0x64, 0x44, 0x61, 0x74, 0x61, 0x52, 0x0c, 0x41, 0x77, 0x61, 0x72, 0x64, 0x44, 0x61, 0x74, 0x61, 0x56, 0x65, 0x63, 0x12, 0x24, 0x0a, 0x0d, 0x41, 0x77, 0x61, 0x72, 0x64, 0x54, 0x79, 0x70, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x41, 0x77, 0x61, 0x72, 0x64, 0x54, 0x79, 0x70, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x10, 0x0a, 0x03, 0x57, 0x69, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x01, 0x52, 0x03, 0x57, 0x69, 0x6e, 0x12, 0x32, 0x0a, 0x09, 0x4d, 0x65, 0x72, 0x67, 0x65, 0x64, 0x41, 0x44, 0x56, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x62, 0x66, 0x73, 0x2e, 0x41, 0x77, 0x61, 0x72, 0x64, 0x44, 0x61, 0x74, 0x61, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x09, 0x4d, 0x65, 0x72, 0x67, 0x65, 0x64, 0x41, 0x44, 0x56, 0x12, 0x22, 0x0a, 0x0c, 0x47, 0x65, 0x74, 0x46, 0x72, 0x65, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x47, 0x65, 0x74, 0x46, 0x72, 0x65, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x28, 0x0a, 0x0f, 0x46, 0x72, 0x65, 0x65, 0x52, 0x65, 0x6d, 0x61, 0x69, 0x6e, 0x52, 0x6f, 0x75, 0x6e, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0f, 0x46, 0x72, 0x65, 0x65, 0x52, 0x65, 0x6d, 0x61, 0x69, 0x6e, 0x52, 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x46, 0x72, 0x65, 0x65, 0x4e, 0x6f, 0x77, 0x52, 0x6f, 0x75, 0x6e, 0x64, 0x18, 0x08, 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, 0x09, 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, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x4d, 0x61, 0x78, 0x46, 0x6c, 0x61, 0x67, 0x22, 0xdd, 0x01, 0x0a, 0x07, 0x53, 0x70, 0x69, 0x6e, 0x41, 0x63, 0x6b, 0x12, 0x2c, 0x0a, 0x08, 0x41, 0x63, 0x6b, 0x51, 0x75, 0x65, 0x75, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x62, 0x66, 0x73, 0x2e, 0x53, 0x69, 0x6e, 0x67, 0x6c, 0x65, 0x50, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x08, 0x41, 0x63, 0x6b, 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, 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, 0x53, 0x68, 0x6f, 0x77, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x04, 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, 0x05, 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, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x41, 0x63, 0x6b, 0x54, 0x79, 0x70, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x52, 0x54, 0x50, 0x18, 0x07, 0x20, 0x01, 0x28, 0x01, 0x52, 0x03, 0x52, 0x54, 0x50, 0x22, 0x3e, 0x0a, 0x0c, 0x47, 0x61, 0x6d, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1c, 0x0a, 0x09, 0x53, 0x68, 0x6f, 0x77, 0x45, 0x78, 0x74, 0x72, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x53, 0x68, 0x6f, 0x77, 0x45, 0x78, 0x74, 0x72, 0x61, 0x12, 0x10, 0x0a, 0x03, 0x4d, 0x75, 0x6c, 0x18, 0x02, 0x20, 0x03, 0x28, 0x01, 0x52, 0x03, 0x4d, 0x75, 0x6c, 0x42, 0x08, 0x5a, 0x06, 0x70, 0x62, 0x2f, 0x62, 0x66, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_bfs_proto_rawDescOnce sync.Once file_bfs_proto_rawDescData = file_bfs_proto_rawDesc ) func file_bfs_proto_rawDescGZIP() []byte { file_bfs_proto_rawDescOnce.Do(func() { file_bfs_proto_rawDescData = protoimpl.X.CompressGZIP(file_bfs_proto_rawDescData) }) return file_bfs_proto_rawDescData } var file_bfs_proto_msgTypes = make([]protoimpl.MessageInfo, 6) var file_bfs_proto_goTypes = []interface{}{ (*Column)(nil), // 0: bfs.Column (*AwardData)(nil), // 1: bfs.AwardData (*AwardDataDetail)(nil), // 2: bfs.AwardDataDetail (*SinglePlate)(nil), // 3: bfs.SinglePlate (*SpinAck)(nil), // 4: bfs.SpinAck (*GameInfoData)(nil), // 5: bfs.GameInfoData } var file_bfs_proto_depIdxs = []int32{ 0, // 0: bfs.SinglePlate.PlateSymbol:type_name -> bfs.Column 1, // 1: bfs.SinglePlate.AwardDataVec:type_name -> bfs.AwardData 2, // 2: bfs.SinglePlate.MergedADV:type_name -> bfs.AwardDataDetail 3, // 3: bfs.SpinAck.AckQueue:type_name -> bfs.SinglePlate 4, // [4:4] is the sub-list for method output_type 4, // [4:4] is the sub-list for method input_type 4, // [4:4] is the sub-list for extension type_name 4, // [4:4] is the sub-list for extension extendee 0, // [0:4] is the sub-list for field type_name } func init() { file_bfs_proto_init() } func file_bfs_proto_init() { if File_bfs_proto != nil { return } if !protoimpl.UnsafeEnabled { file_bfs_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_bfs_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_bfs_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AwardDataDetail); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_bfs_proto_msgTypes[3].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_bfs_proto_msgTypes[4].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_bfs_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GameInfoData); 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_bfs_proto_rawDesc, NumEnums: 0, NumMessages: 6, NumExtensions: 0, NumServices: 0, }, GoTypes: file_bfs_proto_goTypes, DependencyIndexes: file_bfs_proto_depIdxs, MessageInfos: file_bfs_proto_msgTypes, }.Build() File_bfs_proto = out.File file_bfs_proto_rawDesc = nil file_bfs_proto_goTypes = nil file_bfs_proto_depIdxs = nil }