// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.30.0 // protoc v4.23.2 // source: jlgj.proto package jlgj 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_jlgj_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_jlgj_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_jlgj_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 Symbol int32 `protobuf:"varint,1,opt,name=Symbol,proto3" json:"Symbol,omitempty"` Count int32 `protobuf:"varint,2,opt,name=Count,proto3" json:"Count,omitempty"` Line int32 `protobuf:"varint,3,opt,name=Line,proto3" json:"Line,omitempty"` Win float64 `protobuf:"fixed64,4,opt,name=Win,proto3" json:"Win,omitempty"` Mult float64 `protobuf:"fixed64,5,opt,name=Mult,proto3" json:"Mult,omitempty"` } func (x *AwardData) Reset() { *x = AwardData{} if protoimpl.UnsafeEnabled { mi := &file_jlgj_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_jlgj_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_jlgj_proto_rawDescGZIP(), []int{1} } 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) GetLine() int32 { if x != nil { return x.Line } return 0 } func (x *AwardData) GetWin() float64 { if x != nil { return x.Win } return 0 } func (x *AwardData) GetMult() float64 { if x != nil { return x.Mult } return 0 } type RoundInfo 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"` RespinColumn int32 `protobuf:"varint,4,opt,name=RespinColumn,proto3" json:"RespinColumn,omitempty"` ToWildColumn int32 `protobuf:"varint,5,opt,name=ToWildColumn,proto3" json:"ToWildColumn,omitempty"` Wheel float64 `protobuf:"fixed64,6,opt,name=Wheel,proto3" json:"Wheel,omitempty"` WheelWin float64 `protobuf:"fixed64,7,opt,name=WheelWin,proto3" json:"WheelWin,omitempty"` RoundWin float64 `protobuf:"fixed64,8,opt,name=RoundWin,proto3" json:"RoundWin,omitempty"` MaxFlag bool `protobuf:"varint,9,opt,name=MaxFlag,proto3" json:"MaxFlag,omitempty"` } func (x *RoundInfo) Reset() { *x = RoundInfo{} if protoimpl.UnsafeEnabled { mi := &file_jlgj_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *RoundInfo) String() string { return protoimpl.X.MessageStringOf(x) } func (*RoundInfo) ProtoMessage() {} func (x *RoundInfo) ProtoReflect() protoreflect.Message { mi := &file_jlgj_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 RoundInfo.ProtoReflect.Descriptor instead. func (*RoundInfo) Descriptor() ([]byte, []int) { return file_jlgj_proto_rawDescGZIP(), []int{2} } func (x *RoundInfo) GetPlateSymbol() []*Column { if x != nil { return x.PlateSymbol } return nil } func (x *RoundInfo) GetAwardDataVec() []*AwardData { if x != nil { return x.AwardDataVec } return nil } func (x *RoundInfo) GetAwardTypeFlag() int32 { if x != nil { return x.AwardTypeFlag } return 0 } func (x *RoundInfo) GetRespinColumn() int32 { if x != nil { return x.RespinColumn } return 0 } func (x *RoundInfo) GetToWildColumn() int32 { if x != nil { return x.ToWildColumn } return 0 } func (x *RoundInfo) GetWheel() float64 { if x != nil { return x.Wheel } return 0 } func (x *RoundInfo) GetWheelWin() float64 { if x != nil { return x.WheelWin } return 0 } func (x *RoundInfo) GetRoundWin() float64 { if x != nil { return x.RoundWin } return 0 } func (x *RoundInfo) GetMaxFlag() bool { if x != nil { return x.MaxFlag } return false } type SpinAck struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields RoundQueue []*RoundInfo `protobuf:"bytes,1,rep,name=RoundQueue,proto3" json:"RoundQueue,omitempty"` TotalWin float64 `protobuf:"fixed64,2,opt,name=TotalWin,proto3" json:"TotalWin,omitempty"` ShowIndex string `protobuf:"bytes,3,opt,name=ShowIndex,proto3" json:"ShowIndex,omitempty"` NowMoney float64 `protobuf:"fixed64,4,opt,name=NowMoney,proto3" json:"NowMoney,omitempty"` AckType int32 `protobuf:"varint,5,opt,name=AckType,proto3" json:"AckType,omitempty"` Extra bool `protobuf:"varint,6,opt,name=Extra,proto3" json:"Extra,omitempty"` RTP float64 `protobuf:"fixed64,12,opt,name=RTP,proto3" json:"RTP,omitempty"` LID int32 `protobuf:"varint,13,opt,name=LID,proto3" json:"LID,omitempty"` RID int32 `protobuf:"varint,14,opt,name=RID,proto3" json:"RID,omitempty"` } func (x *SpinAck) Reset() { *x = SpinAck{} if protoimpl.UnsafeEnabled { mi := &file_jlgj_proto_msgTypes[3] 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_jlgj_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 SpinAck.ProtoReflect.Descriptor instead. func (*SpinAck) Descriptor() ([]byte, []int) { return file_jlgj_proto_rawDescGZIP(), []int{3} } func (x *SpinAck) GetRoundQueue() []*RoundInfo { if x != nil { return x.RoundQueue } return nil } 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) GetExtra() bool { if x != nil { return x.Extra } return false } 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 GameInfoAck struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Mul []float64 `protobuf:"fixed64,6,rep,packed,name=Mul,proto3" json:"Mul,omitempty"` WheelList []float64 `protobuf:"fixed64,9,rep,packed,name=WheelList,proto3" json:"WheelList,omitempty"` } func (x *GameInfoAck) Reset() { *x = GameInfoAck{} if protoimpl.UnsafeEnabled { mi := &file_jlgj_proto_msgTypes[4] 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_jlgj_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 GameInfoAck.ProtoReflect.Descriptor instead. func (*GameInfoAck) Descriptor() ([]byte, []int) { return file_jlgj_proto_rawDescGZIP(), []int{4} } func (x *GameInfoAck) GetMul() []float64 { if x != nil { return x.Mul } return nil } func (x *GameInfoAck) GetWheelList() []float64 { if x != nil { return x.WheelList } return nil } var File_jlgj_proto protoreflect.FileDescriptor var file_jlgj_proto_rawDesc = []byte{ 0x0a, 0x0a, 0x6a, 0x6c, 0x67, 0x6a, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x04, 0x6a, 0x6c, 0x67, 0x6a, 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, 0x73, 0x0a, 0x09, 0x41, 0x77, 0x61, 0x72, 0x64, 0x44, 0x61, 0x74, 0x61, 0x12, 0x16, 0x0a, 0x06, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x4c, 0x69, 0x6e, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x4c, 0x69, 0x6e, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x57, 0x69, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x01, 0x52, 0x03, 0x57, 0x69, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x4d, 0x75, 0x6c, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x01, 0x52, 0x04, 0x4d, 0x75, 0x6c, 0x74, 0x22, 0xc6, 0x02, 0x0a, 0x09, 0x52, 0x6f, 0x75, 0x6e, 0x64, 0x49, 0x6e, 0x66, 0x6f, 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, 0x67, 0x6a, 0x2e, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x52, 0x0b, 0x50, 0x6c, 0x61, 0x74, 0x65, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x12, 0x33, 0x0a, 0x0c, 0x41, 0x77, 0x61, 0x72, 0x64, 0x44, 0x61, 0x74, 0x61, 0x56, 0x65, 0x63, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x6a, 0x6c, 0x67, 0x6a, 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, 0x22, 0x0a, 0x0c, 0x52, 0x65, 0x73, 0x70, 0x69, 0x6e, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x52, 0x65, 0x73, 0x70, 0x69, 0x6e, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x54, 0x6f, 0x57, 0x69, 0x6c, 0x64, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x54, 0x6f, 0x57, 0x69, 0x6c, 0x64, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x57, 0x68, 0x65, 0x65, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x01, 0x52, 0x05, 0x57, 0x68, 0x65, 0x65, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x57, 0x68, 0x65, 0x65, 0x6c, 0x57, 0x69, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x01, 0x52, 0x08, 0x57, 0x68, 0x65, 0x65, 0x6c, 0x57, 0x69, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x52, 0x6f, 0x75, 0x6e, 0x64, 0x57, 0x69, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x01, 0x52, 0x08, 0x52, 0x6f, 0x75, 0x6e, 0x64, 0x57, 0x69, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x4d, 0x61, 0x78, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x4d, 0x61, 0x78, 0x46, 0x6c, 0x61, 0x67, 0x22, 0xf6, 0x01, 0x0a, 0x07, 0x53, 0x70, 0x69, 0x6e, 0x41, 0x63, 0x6b, 0x12, 0x2f, 0x0a, 0x0a, 0x52, 0x6f, 0x75, 0x6e, 0x64, 0x51, 0x75, 0x65, 0x75, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x6a, 0x6c, 0x67, 0x6a, 0x2e, 0x52, 0x6f, 0x75, 0x6e, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0a, 0x52, 0x6f, 0x75, 0x6e, 0x64, 0x51, 0x75, 0x65, 0x75, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x57, 0x69, 0x6e, 0x18, 0x02, 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, 0x03, 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, 0x04, 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, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x41, 0x63, 0x6b, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x45, 0x78, 0x74, 0x72, 0x61, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x45, 0x78, 0x74, 0x72, 0x61, 0x12, 0x10, 0x0a, 0x03, 0x52, 0x54, 0x50, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x01, 0x52, 0x03, 0x52, 0x54, 0x50, 0x12, 0x10, 0x0a, 0x03, 0x4c, 0x49, 0x44, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x4c, 0x49, 0x44, 0x12, 0x10, 0x0a, 0x03, 0x52, 0x49, 0x44, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x52, 0x49, 0x44, 0x22, 0x3d, 0x0a, 0x0b, 0x47, 0x61, 0x6d, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x41, 0x63, 0x6b, 0x12, 0x10, 0x0a, 0x03, 0x4d, 0x75, 0x6c, 0x18, 0x06, 0x20, 0x03, 0x28, 0x01, 0x52, 0x03, 0x4d, 0x75, 0x6c, 0x12, 0x1c, 0x0a, 0x09, 0x57, 0x68, 0x65, 0x65, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x09, 0x20, 0x03, 0x28, 0x01, 0x52, 0x09, 0x57, 0x68, 0x65, 0x65, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x09, 0x5a, 0x07, 0x70, 0x62, 0x2f, 0x6a, 0x6c, 0x67, 0x6a, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_jlgj_proto_rawDescOnce sync.Once file_jlgj_proto_rawDescData = file_jlgj_proto_rawDesc ) func file_jlgj_proto_rawDescGZIP() []byte { file_jlgj_proto_rawDescOnce.Do(func() { file_jlgj_proto_rawDescData = protoimpl.X.CompressGZIP(file_jlgj_proto_rawDescData) }) return file_jlgj_proto_rawDescData } var file_jlgj_proto_msgTypes = make([]protoimpl.MessageInfo, 5) var file_jlgj_proto_goTypes = []interface{}{ (*Column)(nil), // 0: jlgj.Column (*AwardData)(nil), // 1: jlgj.AwardData (*RoundInfo)(nil), // 2: jlgj.RoundInfo (*SpinAck)(nil), // 3: jlgj.SpinAck (*GameInfoAck)(nil), // 4: jlgj.GameInfoAck } var file_jlgj_proto_depIdxs = []int32{ 0, // 0: jlgj.RoundInfo.PlateSymbol:type_name -> jlgj.Column 1, // 1: jlgj.RoundInfo.AwardDataVec:type_name -> jlgj.AwardData 2, // 2: jlgj.SpinAck.RoundQueue:type_name -> jlgj.RoundInfo 3, // [3:3] is the sub-list for method output_type 3, // [3:3] is the sub-list for method input_type 3, // [3:3] is the sub-list for extension type_name 3, // [3:3] is the sub-list for extension extendee 0, // [0:3] is the sub-list for field type_name } func init() { file_jlgj_proto_init() } func file_jlgj_proto_init() { if File_jlgj_proto != nil { return } if !protoimpl.UnsafeEnabled { file_jlgj_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_jlgj_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_jlgj_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RoundInfo); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_jlgj_proto_msgTypes[3].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_jlgj_proto_msgTypes[4].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_jlgj_proto_rawDesc, NumEnums: 0, NumMessages: 5, NumExtensions: 0, NumServices: 0, }, GoTypes: file_jlgj_proto_goTypes, DependencyIndexes: file_jlgj_proto_depIdxs, MessageInfos: file_jlgj_proto_msgTypes, }.Build() File_jlgj_proto = out.File file_jlgj_proto_rawDesc = nil file_jlgj_proto_goTypes = nil file_jlgj_proto_depIdxs = nil }