484 lines
16 KiB
Go
484 lines
16 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.28.0
|
|
// protoc v3.20.0
|
|
// source: linestory/linestory_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 LinestoryChapterReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *LinestoryChapterReq) Reset() {
|
|
*x = LinestoryChapterReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_linestory_linestory_msg_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *LinestoryChapterReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*LinestoryChapterReq) ProtoMessage() {}
|
|
|
|
func (x *LinestoryChapterReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_linestory_linestory_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 LinestoryChapterReq.ProtoReflect.Descriptor instead.
|
|
func (*LinestoryChapterReq) Descriptor() ([]byte, []int) {
|
|
return file_linestory_linestory_msg_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
type LinestoryChapterResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
TaskChapter map[int32]*TaskChapter `protobuf:"bytes,1,rep,name=taskChapter,proto3" json:"taskChapter" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
|
|
}
|
|
|
|
func (x *LinestoryChapterResp) Reset() {
|
|
*x = LinestoryChapterResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_linestory_linestory_msg_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *LinestoryChapterResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*LinestoryChapterResp) ProtoMessage() {}
|
|
|
|
func (x *LinestoryChapterResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_linestory_linestory_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 LinestoryChapterResp.ProtoReflect.Descriptor instead.
|
|
func (*LinestoryChapterResp) Descriptor() ([]byte, []int) {
|
|
return file_linestory_linestory_msg_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *LinestoryChapterResp) GetTaskChapter() map[int32]*TaskChapter {
|
|
if x != nil {
|
|
return x.TaskChapter
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 支线剧情-我的主线任务
|
|
type LinestoryMaintaskReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ChapterId int32 `protobuf:"varint,1,opt,name=chapterId,proto3" json:"chapterId"` //章节ID
|
|
}
|
|
|
|
func (x *LinestoryMaintaskReq) Reset() {
|
|
*x = LinestoryMaintaskReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_linestory_linestory_msg_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *LinestoryMaintaskReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*LinestoryMaintaskReq) ProtoMessage() {}
|
|
|
|
func (x *LinestoryMaintaskReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_linestory_linestory_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 LinestoryMaintaskReq.ProtoReflect.Descriptor instead.
|
|
func (*LinestoryMaintaskReq) Descriptor() ([]byte, []int) {
|
|
return file_linestory_linestory_msg_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *LinestoryMaintaskReq) GetChapterId() int32 {
|
|
if x != nil {
|
|
return x.ChapterId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type LinestoryMaintaskResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
List []*TaskMain `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
|
|
}
|
|
|
|
func (x *LinestoryMaintaskResp) Reset() {
|
|
*x = LinestoryMaintaskResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_linestory_linestory_msg_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *LinestoryMaintaskResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*LinestoryMaintaskResp) ProtoMessage() {}
|
|
|
|
func (x *LinestoryMaintaskResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_linestory_linestory_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 LinestoryMaintaskResp.ProtoReflect.Descriptor instead.
|
|
func (*LinestoryMaintaskResp) Descriptor() ([]byte, []int) {
|
|
return file_linestory_linestory_msg_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *LinestoryMaintaskResp) GetList() []*TaskMain {
|
|
if x != nil {
|
|
return x.List
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 章节奖励领取
|
|
type LinestoryReceiveReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ChapterId int32 `protobuf:"varint,1,opt,name=chapterId,proto3" json:"chapterId"`
|
|
}
|
|
|
|
func (x *LinestoryReceiveReq) Reset() {
|
|
*x = LinestoryReceiveReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_linestory_linestory_msg_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *LinestoryReceiveReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*LinestoryReceiveReq) ProtoMessage() {}
|
|
|
|
func (x *LinestoryReceiveReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_linestory_linestory_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 LinestoryReceiveReq.ProtoReflect.Descriptor instead.
|
|
func (*LinestoryReceiveReq) Descriptor() ([]byte, []int) {
|
|
return file_linestory_linestory_msg_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
func (x *LinestoryReceiveReq) GetChapterId() int32 {
|
|
if x != nil {
|
|
return x.ChapterId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type LinestoryReceiveResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ChapterId int32 `protobuf:"varint,1,opt,name=chapterId,proto3" json:"chapterId"`
|
|
UserAssets []*UserAssets `protobuf:"bytes,2,rep,name=userAssets,proto3" json:"userAssets"`
|
|
}
|
|
|
|
func (x *LinestoryReceiveResp) Reset() {
|
|
*x = LinestoryReceiveResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_linestory_linestory_msg_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *LinestoryReceiveResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*LinestoryReceiveResp) ProtoMessage() {}
|
|
|
|
func (x *LinestoryReceiveResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_linestory_linestory_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 LinestoryReceiveResp.ProtoReflect.Descriptor instead.
|
|
func (*LinestoryReceiveResp) Descriptor() ([]byte, []int) {
|
|
return file_linestory_linestory_msg_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *LinestoryReceiveResp) GetChapterId() int32 {
|
|
if x != nil {
|
|
return x.ChapterId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *LinestoryReceiveResp) GetUserAssets() []*UserAssets {
|
|
if x != nil {
|
|
return x.UserAssets
|
|
}
|
|
return nil
|
|
}
|
|
|
|
var File_linestory_linestory_msg_proto protoreflect.FileDescriptor
|
|
|
|
var file_linestory_linestory_msg_proto_rawDesc = []byte{
|
|
0x0a, 0x1d, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x2f, 0x6c, 0x69, 0x6e, 0x65,
|
|
0x73, 0x74, 0x6f, 0x72, 0x79, 0x5f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a,
|
|
0x1c, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x2f, 0x6c, 0x69, 0x6e, 0x65, 0x73,
|
|
0x74, 0x6f, 0x72, 0x79, 0x5f, 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x0a, 0x63,
|
|
0x6f, 0x6d, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x15, 0x0a, 0x13, 0x4c, 0x69, 0x6e,
|
|
0x65, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x43, 0x68, 0x61, 0x70, 0x74, 0x65, 0x72, 0x52, 0x65, 0x71,
|
|
0x22, 0xae, 0x01, 0x0a, 0x14, 0x4c, 0x69, 0x6e, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x43, 0x68,
|
|
0x61, 0x70, 0x74, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x48, 0x0a, 0x0b, 0x74, 0x61, 0x73,
|
|
0x6b, 0x43, 0x68, 0x61, 0x70, 0x74, 0x65, 0x72, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x26,
|
|
0x2e, 0x4c, 0x69, 0x6e, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x43, 0x68, 0x61, 0x70, 0x74, 0x65,
|
|
0x72, 0x52, 0x65, 0x73, 0x70, 0x2e, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x68, 0x61, 0x70, 0x74, 0x65,
|
|
0x72, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0b, 0x74, 0x61, 0x73, 0x6b, 0x43, 0x68, 0x61, 0x70,
|
|
0x74, 0x65, 0x72, 0x1a, 0x4c, 0x0a, 0x10, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x68, 0x61, 0x70, 0x74,
|
|
0x65, 0x72, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01,
|
|
0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x22, 0x0a, 0x05, 0x76, 0x61, 0x6c,
|
|
0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x54, 0x61, 0x73, 0x6b, 0x43,
|
|
0x68, 0x61, 0x70, 0x74, 0x65, 0x72, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38,
|
|
0x01, 0x22, 0x34, 0x0a, 0x14, 0x4c, 0x69, 0x6e, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x4d, 0x61,
|
|
0x69, 0x6e, 0x74, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x71, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x68, 0x61,
|
|
0x70, 0x74, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x63, 0x68,
|
|
0x61, 0x70, 0x74, 0x65, 0x72, 0x49, 0x64, 0x22, 0x36, 0x0a, 0x15, 0x4c, 0x69, 0x6e, 0x65, 0x73,
|
|
0x74, 0x6f, 0x72, 0x79, 0x4d, 0x61, 0x69, 0x6e, 0x74, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x73, 0x70,
|
|
0x12, 0x1d, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09,
|
|
0x2e, 0x54, 0x61, 0x73, 0x6b, 0x4d, 0x61, 0x69, 0x6e, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22,
|
|
0x33, 0x0a, 0x13, 0x4c, 0x69, 0x6e, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x52, 0x65, 0x63, 0x65,
|
|
0x69, 0x76, 0x65, 0x52, 0x65, 0x71, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x68, 0x61, 0x70, 0x74, 0x65,
|
|
0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x63, 0x68, 0x61, 0x70, 0x74,
|
|
0x65, 0x72, 0x49, 0x64, 0x22, 0x61, 0x0a, 0x14, 0x4c, 0x69, 0x6e, 0x65, 0x73, 0x74, 0x6f, 0x72,
|
|
0x79, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1c, 0x0a, 0x09,
|
|
0x63, 0x68, 0x61, 0x70, 0x74, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52,
|
|
0x09, 0x63, 0x68, 0x61, 0x70, 0x74, 0x65, 0x72, 0x49, 0x64, 0x12, 0x2b, 0x0a, 0x0a, 0x75, 0x73,
|
|
0x65, 0x72, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0b,
|
|
0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73, 0x52, 0x0a, 0x75, 0x73, 0x65,
|
|
0x72, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62,
|
|
0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
}
|
|
|
|
var (
|
|
file_linestory_linestory_msg_proto_rawDescOnce sync.Once
|
|
file_linestory_linestory_msg_proto_rawDescData = file_linestory_linestory_msg_proto_rawDesc
|
|
)
|
|
|
|
func file_linestory_linestory_msg_proto_rawDescGZIP() []byte {
|
|
file_linestory_linestory_msg_proto_rawDescOnce.Do(func() {
|
|
file_linestory_linestory_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_linestory_linestory_msg_proto_rawDescData)
|
|
})
|
|
return file_linestory_linestory_msg_proto_rawDescData
|
|
}
|
|
|
|
var file_linestory_linestory_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 7)
|
|
var file_linestory_linestory_msg_proto_goTypes = []interface{}{
|
|
(*LinestoryChapterReq)(nil), // 0: LinestoryChapterReq
|
|
(*LinestoryChapterResp)(nil), // 1: LinestoryChapterResp
|
|
(*LinestoryMaintaskReq)(nil), // 2: LinestoryMaintaskReq
|
|
(*LinestoryMaintaskResp)(nil), // 3: LinestoryMaintaskResp
|
|
(*LinestoryReceiveReq)(nil), // 4: LinestoryReceiveReq
|
|
(*LinestoryReceiveResp)(nil), // 5: LinestoryReceiveResp
|
|
nil, // 6: LinestoryChapterResp.TaskChapterEntry
|
|
(*TaskMain)(nil), // 7: TaskMain
|
|
(*UserAssets)(nil), // 8: UserAssets
|
|
(*TaskChapter)(nil), // 9: TaskChapter
|
|
}
|
|
var file_linestory_linestory_msg_proto_depIdxs = []int32{
|
|
6, // 0: LinestoryChapterResp.taskChapter:type_name -> LinestoryChapterResp.TaskChapterEntry
|
|
7, // 1: LinestoryMaintaskResp.list:type_name -> TaskMain
|
|
8, // 2: LinestoryReceiveResp.userAssets:type_name -> UserAssets
|
|
9, // 3: LinestoryChapterResp.TaskChapterEntry.value:type_name -> TaskChapter
|
|
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_linestory_linestory_msg_proto_init() }
|
|
func file_linestory_linestory_msg_proto_init() {
|
|
if File_linestory_linestory_msg_proto != nil {
|
|
return
|
|
}
|
|
file_linestory_linestory_db_proto_init()
|
|
file_comm_proto_init()
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_linestory_linestory_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*LinestoryChapterReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_linestory_linestory_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*LinestoryChapterResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_linestory_linestory_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*LinestoryMaintaskReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_linestory_linestory_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*LinestoryMaintaskResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_linestory_linestory_msg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*LinestoryReceiveReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_linestory_linestory_msg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*LinestoryReceiveResp); 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_linestory_linestory_msg_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumMessages: 7,
|
|
NumExtensions: 0,
|
|
NumServices: 0,
|
|
},
|
|
GoTypes: file_linestory_linestory_msg_proto_goTypes,
|
|
DependencyIndexes: file_linestory_linestory_msg_proto_depIdxs,
|
|
MessageInfos: file_linestory_linestory_msg_proto_msgTypes,
|
|
}.Build()
|
|
File_linestory_linestory_msg_proto = out.File
|
|
file_linestory_linestory_msg_proto_rawDesc = nil
|
|
file_linestory_linestory_msg_proto_goTypes = nil
|
|
file_linestory_linestory_msg_proto_depIdxs = nil
|
|
}
|