|
|
@ -20,6 +20,58 @@ const (
|
|
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
type Platform int32
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const (
|
|
|
|
|
|
|
|
Platform_Bilibili Platform = 0 // B站
|
|
|
|
|
|
|
|
Platform_Huya Platform = 1 // 虎牙
|
|
|
|
|
|
|
|
Platform_Douyu Platform = 2 // 斗鱼
|
|
|
|
|
|
|
|
Platform_Tiktok Platform = 3 // 抖音
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Enum value maps for Platform.
|
|
|
|
|
|
|
|
var (
|
|
|
|
|
|
|
|
Platform_name = map[int32]string{
|
|
|
|
|
|
|
|
0: "Bilibili",
|
|
|
|
|
|
|
|
1: "Huya",
|
|
|
|
|
|
|
|
2: "Douyu",
|
|
|
|
|
|
|
|
3: "Tiktok",
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
Platform_value = map[string]int32{
|
|
|
|
|
|
|
|
"Bilibili": 0,
|
|
|
|
|
|
|
|
"Huya": 1,
|
|
|
|
|
|
|
|
"Douyu": 2,
|
|
|
|
|
|
|
|
"Tiktok": 3,
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
func (x Platform) Enum() *Platform {
|
|
|
|
|
|
|
|
p := new(Platform)
|
|
|
|
|
|
|
|
*p = x
|
|
|
|
|
|
|
|
return p
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
func (x Platform) String() string {
|
|
|
|
|
|
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
func (Platform) Descriptor() protoreflect.EnumDescriptor {
|
|
|
|
|
|
|
|
return file_vars_vars_proto_enumTypes[0].Descriptor()
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
func (Platform) Type() protoreflect.EnumType {
|
|
|
|
|
|
|
|
return &file_vars_vars_proto_enumTypes[0]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
func (x Platform) Number() protoreflect.EnumNumber {
|
|
|
|
|
|
|
|
return protoreflect.EnumNumber(x)
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use Platform.Descriptor instead.
|
|
|
|
|
|
|
|
func (Platform) EnumDescriptor() ([]byte, []int) {
|
|
|
|
|
|
|
|
return file_vars_vars_proto_rawDescGZIP(), []int{0}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
type UserCoinChangedReason int32
|
|
|
|
type UserCoinChangedReason int32
|
|
|
|
|
|
|
|
|
|
|
|
const (
|
|
|
|
const (
|
|
|
@ -82,11 +134,11 @@ func (x UserCoinChangedReason) String() string {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (UserCoinChangedReason) Descriptor() protoreflect.EnumDescriptor {
|
|
|
|
func (UserCoinChangedReason) Descriptor() protoreflect.EnumDescriptor {
|
|
|
|
return file_vars_vars_proto_enumTypes[0].Descriptor()
|
|
|
|
return file_vars_vars_proto_enumTypes[1].Descriptor()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (UserCoinChangedReason) Type() protoreflect.EnumType {
|
|
|
|
func (UserCoinChangedReason) Type() protoreflect.EnumType {
|
|
|
|
return &file_vars_vars_proto_enumTypes[0]
|
|
|
|
return &file_vars_vars_proto_enumTypes[1]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x UserCoinChangedReason) Number() protoreflect.EnumNumber {
|
|
|
|
func (x UserCoinChangedReason) Number() protoreflect.EnumNumber {
|
|
|
@ -95,7 +147,7 @@ func (x UserCoinChangedReason) Number() protoreflect.EnumNumber {
|
|
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use UserCoinChangedReason.Descriptor instead.
|
|
|
|
// Deprecated: Use UserCoinChangedReason.Descriptor instead.
|
|
|
|
func (UserCoinChangedReason) EnumDescriptor() ([]byte, []int) {
|
|
|
|
func (UserCoinChangedReason) EnumDescriptor() ([]byte, []int) {
|
|
|
|
return file_vars_vars_proto_rawDescGZIP(), []int{0}
|
|
|
|
return file_vars_vars_proto_rawDescGZIP(), []int{1}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
type Goods int32
|
|
|
|
type Goods int32
|
|
|
@ -128,11 +180,11 @@ func (x Goods) String() string {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (Goods) Descriptor() protoreflect.EnumDescriptor {
|
|
|
|
func (Goods) Descriptor() protoreflect.EnumDescriptor {
|
|
|
|
return file_vars_vars_proto_enumTypes[1].Descriptor()
|
|
|
|
return file_vars_vars_proto_enumTypes[2].Descriptor()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (Goods) Type() protoreflect.EnumType {
|
|
|
|
func (Goods) Type() protoreflect.EnumType {
|
|
|
|
return &file_vars_vars_proto_enumTypes[1]
|
|
|
|
return &file_vars_vars_proto_enumTypes[2]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x Goods) Number() protoreflect.EnumNumber {
|
|
|
|
func (x Goods) Number() protoreflect.EnumNumber {
|
|
|
@ -141,7 +193,7 @@ func (x Goods) Number() protoreflect.EnumNumber {
|
|
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use Goods.Descriptor instead.
|
|
|
|
// Deprecated: Use Goods.Descriptor instead.
|
|
|
|
func (Goods) EnumDescriptor() ([]byte, []int) {
|
|
|
|
func (Goods) EnumDescriptor() ([]byte, []int) {
|
|
|
|
return file_vars_vars_proto_rawDescGZIP(), []int{1}
|
|
|
|
return file_vars_vars_proto_rawDescGZIP(), []int{2}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
type RankType int32
|
|
|
|
type RankType int32
|
|
|
@ -207,11 +259,11 @@ func (x RankType) String() string {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (RankType) Descriptor() protoreflect.EnumDescriptor {
|
|
|
|
func (RankType) Descriptor() protoreflect.EnumDescriptor {
|
|
|
|
return file_vars_vars_proto_enumTypes[2].Descriptor()
|
|
|
|
return file_vars_vars_proto_enumTypes[3].Descriptor()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (RankType) Type() protoreflect.EnumType {
|
|
|
|
func (RankType) Type() protoreflect.EnumType {
|
|
|
|
return &file_vars_vars_proto_enumTypes[2]
|
|
|
|
return &file_vars_vars_proto_enumTypes[3]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x RankType) Number() protoreflect.EnumNumber {
|
|
|
|
func (x RankType) Number() protoreflect.EnumNumber {
|
|
|
@ -220,44 +272,47 @@ func (x RankType) Number() protoreflect.EnumNumber {
|
|
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use RankType.Descriptor instead.
|
|
|
|
// Deprecated: Use RankType.Descriptor instead.
|
|
|
|
func (RankType) EnumDescriptor() ([]byte, []int) {
|
|
|
|
func (RankType) EnumDescriptor() ([]byte, []int) {
|
|
|
|
return file_vars_vars_proto_rawDescGZIP(), []int{2}
|
|
|
|
return file_vars_vars_proto_rawDescGZIP(), []int{3}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
var File_vars_vars_proto protoreflect.FileDescriptor
|
|
|
|
var File_vars_vars_proto protoreflect.FileDescriptor
|
|
|
|
|
|
|
|
|
|
|
|
var file_vars_vars_proto_rawDesc = []byte{
|
|
|
|
var file_vars_vars_proto_rawDesc = []byte{
|
|
|
|
0x0a, 0x0f, 0x76, 0x61, 0x72, 0x73, 0x2f, 0x76, 0x61, 0x72, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
|
|
0x0a, 0x0f, 0x76, 0x61, 0x72, 0x73, 0x2f, 0x76, 0x61, 0x72, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
|
|
0x6f, 0x12, 0x07, 0x70, 0x62, 0x2e, 0x76, 0x61, 0x72, 0x73, 0x2a, 0xc8, 0x01, 0x0a, 0x15, 0x55,
|
|
|
|
0x6f, 0x12, 0x07, 0x70, 0x62, 0x2e, 0x76, 0x61, 0x72, 0x73, 0x2a, 0x39, 0x0a, 0x08, 0x50, 0x6c,
|
|
|
|
0x73, 0x65, 0x72, 0x43, 0x6f, 0x69, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x52, 0x65,
|
|
|
|
0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x12, 0x0c, 0x0a, 0x08, 0x42, 0x69, 0x6c, 0x69, 0x62, 0x69,
|
|
|
|
0x61, 0x73, 0x6f, 0x6e, 0x12, 0x07, 0x0a, 0x03, 0x50, 0x61, 0x79, 0x10, 0x00, 0x12, 0x11, 0x0a,
|
|
|
|
0x6c, 0x69, 0x10, 0x00, 0x12, 0x08, 0x0a, 0x04, 0x48, 0x75, 0x79, 0x61, 0x10, 0x01, 0x12, 0x09,
|
|
|
|
0x0d, 0x42, 0x75, 0x79, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x46, 0x6f, 0x6f, 0x64, 0x10, 0x01,
|
|
|
|
0x0a, 0x05, 0x44, 0x6f, 0x75, 0x79, 0x75, 0x10, 0x02, 0x12, 0x0a, 0x0a, 0x06, 0x54, 0x69, 0x6b,
|
|
|
|
0x12, 0x10, 0x0a, 0x0c, 0x42, 0x75, 0x79, 0x45, 0x6c, 0x69, 0x74, 0x65, 0x55, 0x6e, 0x69, 0x74,
|
|
|
|
0x74, 0x6f, 0x6b, 0x10, 0x03, 0x2a, 0xc8, 0x01, 0x0a, 0x15, 0x55, 0x73, 0x65, 0x72, 0x43, 0x6f,
|
|
|
|
0x10, 0x02, 0x12, 0x0c, 0x0a, 0x08, 0x42, 0x75, 0x79, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x10, 0x03,
|
|
|
|
0x69, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12,
|
|
|
|
0x12, 0x0c, 0x0a, 0x08, 0x53, 0x65, 0x6e, 0x64, 0x47, 0x69, 0x66, 0x74, 0x10, 0x04, 0x12, 0x0f,
|
|
|
|
0x07, 0x0a, 0x03, 0x50, 0x61, 0x79, 0x10, 0x00, 0x12, 0x11, 0x0a, 0x0d, 0x42, 0x75, 0x79, 0x42,
|
|
|
|
0x0a, 0x0b, 0x42, 0x75, 0x79, 0x4e, 0x6f, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x10, 0x05, 0x12,
|
|
|
|
0x61, 0x74, 0x74, 0x6c, 0x65, 0x46, 0x6f, 0x6f, 0x64, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x42,
|
|
|
|
0x10, 0x0a, 0x0c, 0x44, 0x72, 0x61, 0x77, 0x47, 0x69, 0x66, 0x74, 0x50, 0x61, 0x63, 0x6b, 0x10,
|
|
|
|
0x75, 0x79, 0x45, 0x6c, 0x69, 0x74, 0x65, 0x55, 0x6e, 0x69, 0x74, 0x10, 0x02, 0x12, 0x0c, 0x0a,
|
|
|
|
0x0a, 0x12, 0x0b, 0x0a, 0x07, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x49, 0x6e, 0x10, 0x0b, 0x12, 0x13,
|
|
|
|
0x08, 0x42, 0x75, 0x79, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x10, 0x03, 0x12, 0x0c, 0x0a, 0x08, 0x53,
|
|
|
|
0x0a, 0x0f, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x61, 0x6e, 0x6b, 0x53, 0x75, 0x62, 0x6d, 0x69,
|
|
|
|
0x65, 0x6e, 0x64, 0x47, 0x69, 0x66, 0x74, 0x10, 0x04, 0x12, 0x0f, 0x0a, 0x0b, 0x42, 0x75, 0x79,
|
|
|
|
0x74, 0x10, 0x14, 0x12, 0x12, 0x0a, 0x0e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x42, 0x61, 0x74, 0x74,
|
|
|
|
0x4e, 0x6f, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x10, 0x05, 0x12, 0x10, 0x0a, 0x0c, 0x44, 0x72,
|
|
|
|
0x6c, 0x65, 0x45, 0x6e, 0x64, 0x10, 0x15, 0x12, 0x0c, 0x0a, 0x08, 0x54, 0x72, 0x61, 0x6e, 0x73,
|
|
|
|
0x61, 0x77, 0x47, 0x69, 0x66, 0x74, 0x50, 0x61, 0x63, 0x6b, 0x10, 0x0a, 0x12, 0x0b, 0x0a, 0x07,
|
|
|
|
0x66, 0x65, 0x72, 0x10, 0x1e, 0x2a, 0x1d, 0x0a, 0x05, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x12, 0x09,
|
|
|
|
0x43, 0x68, 0x65, 0x63, 0x6b, 0x49, 0x6e, 0x10, 0x0b, 0x12, 0x13, 0x0a, 0x0f, 0x45, 0x76, 0x65,
|
|
|
|
0x0a, 0x05, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x45, 0x6c, 0x69,
|
|
|
|
0x6e, 0x74, 0x52, 0x61, 0x6e, 0x6b, 0x53, 0x75, 0x62, 0x6d, 0x69, 0x74, 0x10, 0x14, 0x12, 0x12,
|
|
|
|
0x74, 0x65, 0x10, 0x01, 0x2a, 0xc2, 0x01, 0x0a, 0x08, 0x52, 0x61, 0x6e, 0x6b, 0x54, 0x79, 0x70,
|
|
|
|
0x0a, 0x0e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x45, 0x6e, 0x64,
|
|
|
|
0x65, 0x12, 0x0b, 0x0a, 0x07, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x0a,
|
|
|
|
0x10, 0x15, 0x12, 0x0c, 0x0a, 0x08, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x10, 0x1e,
|
|
|
|
0x0a, 0x06, 0x44, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x10, 0x01, 0x12, 0x0c, 0x0a, 0x08, 0x44, 0x65,
|
|
|
|
0x2a, 0x1d, 0x0a, 0x05, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x12, 0x09, 0x0a, 0x05, 0x54, 0x69, 0x74,
|
|
|
|
0x44, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x10, 0x02, 0x12, 0x0b, 0x0a, 0x07, 0x47, 0x65, 0x6e, 0x65,
|
|
|
|
0x6c, 0x65, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x45, 0x6c, 0x69, 0x74, 0x65, 0x10, 0x01, 0x2a,
|
|
|
|
0x72, 0x61, 0x6c, 0x10, 0x03, 0x12, 0x0d, 0x0a, 0x09, 0x44, 0x65, 0x47, 0x65, 0x6e, 0x65, 0x72,
|
|
|
|
0xc2, 0x01, 0x0a, 0x08, 0x52, 0x61, 0x6e, 0x6b, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0b, 0x0a, 0x07,
|
|
|
|
0x61, 0x6c, 0x10, 0x04, 0x12, 0x0c, 0x0a, 0x08, 0x4b, 0x69, 0x6c, 0x6c, 0x55, 0x6e, 0x69, 0x74,
|
|
|
|
0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x0a, 0x0a, 0x06, 0x44, 0x61, 0x6d,
|
|
|
|
0x10, 0x05, 0x12, 0x0e, 0x0a, 0x0a, 0x44, 0x65, 0x4b, 0x69, 0x6c, 0x6c, 0x55, 0x6e, 0x69, 0x74,
|
|
|
|
0x61, 0x67, 0x65, 0x10, 0x01, 0x12, 0x0c, 0x0a, 0x08, 0x44, 0x65, 0x44, 0x61, 0x6d, 0x61, 0x67,
|
|
|
|
0x10, 0x06, 0x12, 0x0e, 0x0a, 0x0a, 0x4b, 0x69, 0x6c, 0x6c, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72,
|
|
|
|
0x65, 0x10, 0x02, 0x12, 0x0b, 0x0a, 0x07, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x10, 0x03,
|
|
|
|
0x10, 0x07, 0x12, 0x10, 0x0a, 0x0c, 0x44, 0x65, 0x4b, 0x69, 0x6c, 0x6c, 0x50, 0x6c, 0x61, 0x79,
|
|
|
|
0x12, 0x0d, 0x0a, 0x09, 0x44, 0x65, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x10, 0x04, 0x12,
|
|
|
|
0x65, 0x72, 0x10, 0x08, 0x12, 0x07, 0x0a, 0x03, 0x57, 0x69, 0x6e, 0x10, 0x09, 0x12, 0x08, 0x0a,
|
|
|
|
0x0c, 0x0a, 0x08, 0x4b, 0x69, 0x6c, 0x6c, 0x55, 0x6e, 0x69, 0x74, 0x10, 0x05, 0x12, 0x0e, 0x0a,
|
|
|
|
0x04, 0x4c, 0x6f, 0x73, 0x74, 0x10, 0x0a, 0x12, 0x0e, 0x0a, 0x0a, 0x46, 0x69, 0x72, 0x73, 0x74,
|
|
|
|
0x0a, 0x44, 0x65, 0x4b, 0x69, 0x6c, 0x6c, 0x55, 0x6e, 0x69, 0x74, 0x10, 0x06, 0x12, 0x0e, 0x0a,
|
|
|
|
0x42, 0x6c, 0x6f, 0x6f, 0x64, 0x10, 0x0b, 0x12, 0x10, 0x0a, 0x0c, 0x44, 0x65, 0x46, 0x69, 0x72,
|
|
|
|
0x0a, 0x4b, 0x69, 0x6c, 0x6c, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x10, 0x07, 0x12, 0x10, 0x0a,
|
|
|
|
0x73, 0x74, 0x42, 0x6c, 0x6f, 0x6f, 0x64, 0x10, 0x0c, 0x42, 0x21, 0x5a, 0x1f, 0x6c, 0x69, 0x76,
|
|
|
|
0x0c, 0x44, 0x65, 0x4b, 0x69, 0x6c, 0x6c, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x10, 0x08, 0x12,
|
|
|
|
0x65, 0x2d, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x61, 0x70, 0x70, 0x2f, 0x70, 0x62,
|
|
|
|
0x07, 0x0a, 0x03, 0x57, 0x69, 0x6e, 0x10, 0x09, 0x12, 0x08, 0x0a, 0x04, 0x4c, 0x6f, 0x73, 0x74,
|
|
|
|
0x2f, 0x76, 0x61, 0x72, 0x73, 0x3b, 0x70, 0x62, 0x56, 0x61, 0x72, 0x73, 0x62, 0x06, 0x70, 0x72,
|
|
|
|
0x10, 0x0a, 0x12, 0x0e, 0x0a, 0x0a, 0x46, 0x69, 0x72, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x6f, 0x64,
|
|
|
|
0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
0x10, 0x0b, 0x12, 0x10, 0x0a, 0x0c, 0x44, 0x65, 0x46, 0x69, 0x72, 0x73, 0x74, 0x42, 0x6c, 0x6f,
|
|
|
|
|
|
|
|
0x6f, 0x64, 0x10, 0x0c, 0x42, 0x21, 0x5a, 0x1f, 0x6c, 0x69, 0x76, 0x65, 0x2d, 0x73, 0x65, 0x72,
|
|
|
|
|
|
|
|
0x76, 0x69, 0x63, 0x65, 0x2f, 0x61, 0x70, 0x70, 0x2f, 0x70, 0x62, 0x2f, 0x76, 0x61, 0x72, 0x73,
|
|
|
|
|
|
|
|
0x3b, 0x70, 0x62, 0x56, 0x61, 0x72, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
var (
|
|
|
|
var (
|
|
|
@ -272,11 +327,12 @@ func file_vars_vars_proto_rawDescGZIP() []byte {
|
|
|
|
return file_vars_vars_proto_rawDescData
|
|
|
|
return file_vars_vars_proto_rawDescData
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
var file_vars_vars_proto_enumTypes = make([]protoimpl.EnumInfo, 3)
|
|
|
|
var file_vars_vars_proto_enumTypes = make([]protoimpl.EnumInfo, 4)
|
|
|
|
var file_vars_vars_proto_goTypes = []interface{}{
|
|
|
|
var file_vars_vars_proto_goTypes = []interface{}{
|
|
|
|
(UserCoinChangedReason)(0), // 0: pb.vars.UserCoinChangedReason
|
|
|
|
(Platform)(0), // 0: pb.vars.Platform
|
|
|
|
(Goods)(0), // 1: pb.vars.Goods
|
|
|
|
(UserCoinChangedReason)(0), // 1: pb.vars.UserCoinChangedReason
|
|
|
|
(RankType)(0), // 2: pb.vars.RankType
|
|
|
|
(Goods)(0), // 2: pb.vars.Goods
|
|
|
|
|
|
|
|
(RankType)(0), // 3: pb.vars.RankType
|
|
|
|
}
|
|
|
|
}
|
|
|
|
var file_vars_vars_proto_depIdxs = []int32{
|
|
|
|
var file_vars_vars_proto_depIdxs = []int32{
|
|
|
|
0, // [0:0] is the sub-list for method output_type
|
|
|
|
0, // [0:0] is the sub-list for method output_type
|
|
|
@ -296,7 +352,7 @@ func file_vars_vars_proto_init() {
|
|
|
|
File: protoimpl.DescBuilder{
|
|
|
|
File: protoimpl.DescBuilder{
|
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
|
RawDescriptor: file_vars_vars_proto_rawDesc,
|
|
|
|
RawDescriptor: file_vars_vars_proto_rawDesc,
|
|
|
|
NumEnums: 3,
|
|
|
|
NumEnums: 4,
|
|
|
|
NumMessages: 0,
|
|
|
|
NumMessages: 0,
|
|
|
|
NumExtensions: 0,
|
|
|
|
NumExtensions: 0,
|
|
|
|
NumServices: 0,
|
|
|
|
NumServices: 0,
|
|
|
|