600 lines
18 KiB
Go
600 lines
18 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.28.0
|
|
// protoc v3.20.0
|
|
// source: venture/venture_msg.proto
|
|
|
|
package pb
|
|
|
|
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 VentureSignGetListReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *VentureSignGetListReq) Reset() {
|
|
*x = VentureSignGetListReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_venture_venture_msg_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *VentureSignGetListReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*VentureSignGetListReq) ProtoMessage() {}
|
|
|
|
func (x *VentureSignGetListReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_venture_venture_msg_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 VentureSignGetListReq.ProtoReflect.Descriptor instead.
|
|
func (*VentureSignGetListReq) Descriptor() ([]byte, []int) {
|
|
return file_venture_venture_msg_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
type VentureSignGetListResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Sign *DBVentureSign `protobuf:"bytes,1,opt,name=sign,proto3" json:"sign"`
|
|
}
|
|
|
|
func (x *VentureSignGetListResp) Reset() {
|
|
*x = VentureSignGetListResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_venture_venture_msg_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *VentureSignGetListResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*VentureSignGetListResp) ProtoMessage() {}
|
|
|
|
func (x *VentureSignGetListResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_venture_venture_msg_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 VentureSignGetListResp.ProtoReflect.Descriptor instead.
|
|
func (*VentureSignGetListResp) Descriptor() ([]byte, []int) {
|
|
return file_venture_venture_msg_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *VentureSignGetListResp) GetSign() *DBVentureSign {
|
|
if x != nil {
|
|
return x.Sign
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type VentureSignRewardReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Day int32 `protobuf:"varint,1,opt,name=day,proto3" json:"day"` // 签到的天数
|
|
}
|
|
|
|
func (x *VentureSignRewardReq) Reset() {
|
|
*x = VentureSignRewardReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_venture_venture_msg_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *VentureSignRewardReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*VentureSignRewardReq) ProtoMessage() {}
|
|
|
|
func (x *VentureSignRewardReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_venture_venture_msg_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 VentureSignRewardReq.ProtoReflect.Descriptor instead.
|
|
func (*VentureSignRewardReq) Descriptor() ([]byte, []int) {
|
|
return file_venture_venture_msg_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *VentureSignRewardReq) GetDay() int32 {
|
|
if x != nil {
|
|
return x.Day
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type VentureSignRewardResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Sign *DBVentureSign `protobuf:"bytes,1,opt,name=sign,proto3" json:"sign"`
|
|
Atno []*UserAtno `protobuf:"bytes,2,rep,name=atno,proto3" json:"atno"`
|
|
}
|
|
|
|
func (x *VentureSignRewardResp) Reset() {
|
|
*x = VentureSignRewardResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_venture_venture_msg_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *VentureSignRewardResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*VentureSignRewardResp) ProtoMessage() {}
|
|
|
|
func (x *VentureSignRewardResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_venture_venture_msg_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 VentureSignRewardResp.ProtoReflect.Descriptor instead.
|
|
func (*VentureSignRewardResp) Descriptor() ([]byte, []int) {
|
|
return file_venture_venture_msg_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *VentureSignRewardResp) GetSign() *DBVentureSign {
|
|
if x != nil {
|
|
return x.Sign
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *VentureSignRewardResp) GetAtno() []*UserAtno {
|
|
if x != nil {
|
|
return x.Atno
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 等级奖励
|
|
type VentureLvGetListReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *VentureLvGetListReq) Reset() {
|
|
*x = VentureLvGetListReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_venture_venture_msg_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *VentureLvGetListReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*VentureLvGetListReq) ProtoMessage() {}
|
|
|
|
func (x *VentureLvGetListReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_venture_venture_msg_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 VentureLvGetListReq.ProtoReflect.Descriptor instead.
|
|
func (*VentureLvGetListReq) Descriptor() ([]byte, []int) {
|
|
return file_venture_venture_msg_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
type VentureLvGetListResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Data *DBVentureLv `protobuf:"bytes,1,opt,name=data,proto3" json:"data"`
|
|
}
|
|
|
|
func (x *VentureLvGetListResp) Reset() {
|
|
*x = VentureLvGetListResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_venture_venture_msg_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *VentureLvGetListResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*VentureLvGetListResp) ProtoMessage() {}
|
|
|
|
func (x *VentureLvGetListResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_venture_venture_msg_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 VentureLvGetListResp.ProtoReflect.Descriptor instead.
|
|
func (*VentureLvGetListResp) Descriptor() ([]byte, []int) {
|
|
return file_venture_venture_msg_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *VentureLvGetListResp) GetData() *DBVentureLv {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type VentureLvRewardReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Cid int32 `protobuf:"varint,1,opt,name=cid,proto3" json:"cid"` // 配置表id
|
|
}
|
|
|
|
func (x *VentureLvRewardReq) Reset() {
|
|
*x = VentureLvRewardReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_venture_venture_msg_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *VentureLvRewardReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*VentureLvRewardReq) ProtoMessage() {}
|
|
|
|
func (x *VentureLvRewardReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_venture_venture_msg_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 VentureLvRewardReq.ProtoReflect.Descriptor instead.
|
|
func (*VentureLvRewardReq) Descriptor() ([]byte, []int) {
|
|
return file_venture_venture_msg_proto_rawDescGZIP(), []int{6}
|
|
}
|
|
|
|
func (x *VentureLvRewardReq) GetCid() int32 {
|
|
if x != nil {
|
|
return x.Cid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type VentureLvRewardResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Data *DBVentureLv `protobuf:"bytes,1,opt,name=data,proto3" json:"data"`
|
|
Atno []*UserAtno `protobuf:"bytes,2,rep,name=atno,proto3" json:"atno"`
|
|
}
|
|
|
|
func (x *VentureLvRewardResp) Reset() {
|
|
*x = VentureLvRewardResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_venture_venture_msg_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *VentureLvRewardResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*VentureLvRewardResp) ProtoMessage() {}
|
|
|
|
func (x *VentureLvRewardResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_venture_venture_msg_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 VentureLvRewardResp.ProtoReflect.Descriptor instead.
|
|
func (*VentureLvRewardResp) Descriptor() ([]byte, []int) {
|
|
return file_venture_venture_msg_proto_rawDescGZIP(), []int{7}
|
|
}
|
|
|
|
func (x *VentureLvRewardResp) GetData() *DBVentureLv {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *VentureLvRewardResp) GetAtno() []*UserAtno {
|
|
if x != nil {
|
|
return x.Atno
|
|
}
|
|
return nil
|
|
}
|
|
|
|
var File_venture_venture_msg_proto protoreflect.FileDescriptor
|
|
|
|
var file_venture_venture_msg_proto_rawDesc = []byte{
|
|
0x0a, 0x19, 0x76, 0x65, 0x6e, 0x74, 0x75, 0x72, 0x65, 0x2f, 0x76, 0x65, 0x6e, 0x74, 0x75, 0x72,
|
|
0x65, 0x5f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x18, 0x76, 0x65, 0x6e,
|
|
0x74, 0x75, 0x72, 0x65, 0x2f, 0x76, 0x65, 0x6e, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x64, 0x62, 0x2e,
|
|
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x0a, 0x63, 0x6f, 0x6d, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
0x6f, 0x22, 0x17, 0x0a, 0x15, 0x56, 0x65, 0x6e, 0x74, 0x75, 0x72, 0x65, 0x53, 0x69, 0x67, 0x6e,
|
|
0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x22, 0x3c, 0x0a, 0x16, 0x56, 0x65,
|
|
0x6e, 0x74, 0x75, 0x72, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74,
|
|
0x52, 0x65, 0x73, 0x70, 0x12, 0x22, 0x0a, 0x04, 0x73, 0x69, 0x67, 0x6e, 0x18, 0x01, 0x20, 0x01,
|
|
0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x44, 0x42, 0x56, 0x65, 0x6e, 0x74, 0x75, 0x72, 0x65, 0x53, 0x69,
|
|
0x67, 0x6e, 0x52, 0x04, 0x73, 0x69, 0x67, 0x6e, 0x22, 0x28, 0x0a, 0x14, 0x56, 0x65, 0x6e, 0x74,
|
|
0x75, 0x72, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65, 0x71,
|
|
0x12, 0x10, 0x0a, 0x03, 0x64, 0x61, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x64,
|
|
0x61, 0x79, 0x22, 0x5a, 0x0a, 0x15, 0x56, 0x65, 0x6e, 0x74, 0x75, 0x72, 0x65, 0x53, 0x69, 0x67,
|
|
0x6e, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x22, 0x0a, 0x04, 0x73,
|
|
0x69, 0x67, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x44, 0x42, 0x56, 0x65,
|
|
0x6e, 0x74, 0x75, 0x72, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x52, 0x04, 0x73, 0x69, 0x67, 0x6e, 0x12,
|
|
0x1d, 0x0a, 0x04, 0x61, 0x74, 0x6e, 0x6f, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e,
|
|
0x55, 0x73, 0x65, 0x72, 0x41, 0x74, 0x6e, 0x6f, 0x52, 0x04, 0x61, 0x74, 0x6e, 0x6f, 0x22, 0x15,
|
|
0x0a, 0x13, 0x56, 0x65, 0x6e, 0x74, 0x75, 0x72, 0x65, 0x4c, 0x76, 0x47, 0x65, 0x74, 0x4c, 0x69,
|
|
0x73, 0x74, 0x52, 0x65, 0x71, 0x22, 0x38, 0x0a, 0x14, 0x56, 0x65, 0x6e, 0x74, 0x75, 0x72, 0x65,
|
|
0x4c, 0x76, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x20, 0x0a,
|
|
0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x44, 0x42,
|
|
0x56, 0x65, 0x6e, 0x74, 0x75, 0x72, 0x65, 0x4c, 0x76, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22,
|
|
0x26, 0x0a, 0x12, 0x56, 0x65, 0x6e, 0x74, 0x75, 0x72, 0x65, 0x4c, 0x76, 0x52, 0x65, 0x77, 0x61,
|
|
0x72, 0x64, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x63, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
|
|
0x28, 0x05, 0x52, 0x03, 0x63, 0x69, 0x64, 0x22, 0x56, 0x0a, 0x13, 0x56, 0x65, 0x6e, 0x74, 0x75,
|
|
0x72, 0x65, 0x4c, 0x76, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x20,
|
|
0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x44,
|
|
0x42, 0x56, 0x65, 0x6e, 0x74, 0x75, 0x72, 0x65, 0x4c, 0x76, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61,
|
|
0x12, 0x1d, 0x0a, 0x04, 0x61, 0x74, 0x6e, 0x6f, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09,
|
|
0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x74, 0x6e, 0x6f, 0x52, 0x04, 0x61, 0x74, 0x6e, 0x6f, 0x42,
|
|
0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
}
|
|
|
|
var (
|
|
file_venture_venture_msg_proto_rawDescOnce sync.Once
|
|
file_venture_venture_msg_proto_rawDescData = file_venture_venture_msg_proto_rawDesc
|
|
)
|
|
|
|
func file_venture_venture_msg_proto_rawDescGZIP() []byte {
|
|
file_venture_venture_msg_proto_rawDescOnce.Do(func() {
|
|
file_venture_venture_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_venture_venture_msg_proto_rawDescData)
|
|
})
|
|
return file_venture_venture_msg_proto_rawDescData
|
|
}
|
|
|
|
var file_venture_venture_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 8)
|
|
var file_venture_venture_msg_proto_goTypes = []interface{}{
|
|
(*VentureSignGetListReq)(nil), // 0: VentureSignGetListReq
|
|
(*VentureSignGetListResp)(nil), // 1: VentureSignGetListResp
|
|
(*VentureSignRewardReq)(nil), // 2: VentureSignRewardReq
|
|
(*VentureSignRewardResp)(nil), // 3: VentureSignRewardResp
|
|
(*VentureLvGetListReq)(nil), // 4: VentureLvGetListReq
|
|
(*VentureLvGetListResp)(nil), // 5: VentureLvGetListResp
|
|
(*VentureLvRewardReq)(nil), // 6: VentureLvRewardReq
|
|
(*VentureLvRewardResp)(nil), // 7: VentureLvRewardResp
|
|
(*DBVentureSign)(nil), // 8: DBVentureSign
|
|
(*UserAtno)(nil), // 9: UserAtno
|
|
(*DBVentureLv)(nil), // 10: DBVentureLv
|
|
}
|
|
var file_venture_venture_msg_proto_depIdxs = []int32{
|
|
8, // 0: VentureSignGetListResp.sign:type_name -> DBVentureSign
|
|
8, // 1: VentureSignRewardResp.sign:type_name -> DBVentureSign
|
|
9, // 2: VentureSignRewardResp.atno:type_name -> UserAtno
|
|
10, // 3: VentureLvGetListResp.data:type_name -> DBVentureLv
|
|
10, // 4: VentureLvRewardResp.data:type_name -> DBVentureLv
|
|
9, // 5: VentureLvRewardResp.atno:type_name -> UserAtno
|
|
6, // [6:6] is the sub-list for method output_type
|
|
6, // [6:6] is the sub-list for method input_type
|
|
6, // [6:6] is the sub-list for extension type_name
|
|
6, // [6:6] is the sub-list for extension extendee
|
|
0, // [0:6] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_venture_venture_msg_proto_init() }
|
|
func file_venture_venture_msg_proto_init() {
|
|
if File_venture_venture_msg_proto != nil {
|
|
return
|
|
}
|
|
file_venture_venture_db_proto_init()
|
|
file_comm_proto_init()
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_venture_venture_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*VentureSignGetListReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_venture_venture_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*VentureSignGetListResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_venture_venture_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*VentureSignRewardReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_venture_venture_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*VentureSignRewardResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_venture_venture_msg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*VentureLvGetListReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_venture_venture_msg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*VentureLvGetListResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_venture_venture_msg_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*VentureLvRewardReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_venture_venture_msg_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*VentureLvRewardResp); 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_venture_venture_msg_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumMessages: 8,
|
|
NumExtensions: 0,
|
|
NumServices: 0,
|
|
},
|
|
GoTypes: file_venture_venture_msg_proto_goTypes,
|
|
DependencyIndexes: file_venture_venture_msg_proto_depIdxs,
|
|
MessageInfos: file_venture_venture_msg_proto_msgTypes,
|
|
}.Build()
|
|
File_venture_venture_msg_proto = out.File
|
|
file_venture_venture_msg_proto_rawDesc = nil
|
|
file_venture_venture_msg_proto_goTypes = nil
|
|
file_venture_venture_msg_proto_depIdxs = nil
|
|
}
|