// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.28.0 // protoc v3.20.0 // source: plunder/plunder_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 PlunderGetListReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields } func (x *PlunderGetListReq) Reset() { *x = PlunderGetListReq{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderGetListReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderGetListReq) ProtoMessage() {} func (x *PlunderGetListReq) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_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 PlunderGetListReq.ProtoReflect.Descriptor instead. func (*PlunderGetListReq) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{0} } type PlunderGetListResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields List *DBPlunder `protobuf:"bytes,1,opt,name=list,proto3" json:"list"` // 掠夺相关个人信息 Land *DBPlunderLand `protobuf:"bytes,2,opt,name=land,proto3" json:"land"` // 掠夺岛 } func (x *PlunderGetListResp) Reset() { *x = PlunderGetListResp{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderGetListResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderGetListResp) ProtoMessage() {} func (x *PlunderGetListResp) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_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 PlunderGetListResp.ProtoReflect.Descriptor instead. func (*PlunderGetListResp) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{1} } func (x *PlunderGetListResp) GetList() *DBPlunder { if x != nil { return x.List } return nil } func (x *PlunderGetListResp) GetLand() *DBPlunderLand { if x != nil { return x.Land } return nil } // 刷新货物 type PlunderRefreshReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields } func (x *PlunderRefreshReq) Reset() { *x = PlunderRefreshReq{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderRefreshReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderRefreshReq) ProtoMessage() {} func (x *PlunderRefreshReq) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_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 PlunderRefreshReq.ProtoReflect.Descriptor instead. func (*PlunderRefreshReq) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{2} } type PlunderRefreshResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Source []int32 `protobuf:"varint,1,rep,packed,name=source,proto3" json:"source"` // 货源列表 } func (x *PlunderRefreshResp) Reset() { *x = PlunderRefreshResp{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderRefreshResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderRefreshResp) ProtoMessage() {} func (x *PlunderRefreshResp) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_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 PlunderRefreshResp.ProtoReflect.Descriptor instead. func (*PlunderRefreshResp) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{3} } func (x *PlunderRefreshResp) GetSource() []int32 { if x != nil { return x.Source } return nil } // 战前准备 type PlunderChallengeReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Cid int32 `protobuf:"varint,1,opt,name=cid,proto3" json:"cid"` Pos int32 `protobuf:"varint,2,opt,name=pos,proto3" json:"pos"` // 队列的位置 Battle *BattleFormation `protobuf:"bytes,3,opt,name=battle,proto3" json:"battle"` } func (x *PlunderChallengeReq) Reset() { *x = PlunderChallengeReq{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderChallengeReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderChallengeReq) ProtoMessage() {} func (x *PlunderChallengeReq) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_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 PlunderChallengeReq.ProtoReflect.Descriptor instead. func (*PlunderChallengeReq) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{4} } func (x *PlunderChallengeReq) GetCid() int32 { if x != nil { return x.Cid } return 0 } func (x *PlunderChallengeReq) GetPos() int32 { if x != nil { return x.Pos } return 0 } func (x *PlunderChallengeReq) GetBattle() *BattleFormation { if x != nil { return x.Battle } return nil } type PlunderChallengeResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Line []*PlunderLine `protobuf:"bytes,1,rep,name=line,proto3" json:"line"` // 运输队列 Ship map[string]*ShipData `protobuf:"bytes,2,rep,name=ship,proto3" json:"ship" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` // 运输的船 key 唯一id Info *BattleInfo `protobuf:"bytes,3,opt,name=info,proto3" json:"info"` } func (x *PlunderChallengeResp) Reset() { *x = PlunderChallengeResp{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderChallengeResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderChallengeResp) ProtoMessage() {} func (x *PlunderChallengeResp) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_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 PlunderChallengeResp.ProtoReflect.Descriptor instead. func (*PlunderChallengeResp) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{5} } func (x *PlunderChallengeResp) GetLine() []*PlunderLine { if x != nil { return x.Line } return nil } func (x *PlunderChallengeResp) GetShip() map[string]*ShipData { if x != nil { return x.Ship } return nil } func (x *PlunderChallengeResp) GetInfo() *BattleInfo { if x != nil { return x.Info } return nil } // 船出发 type PlunderChallengeOverReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Cid int32 `protobuf:"varint,1,opt,name=cid,proto3" json:"cid"` Pos int32 `protobuf:"varint,2,opt,name=pos,proto3" json:"pos"` // 队列的位置 Report *BattleReport `protobuf:"bytes,3,opt,name=report,proto3" json:"report"` //战报 } func (x *PlunderChallengeOverReq) Reset() { *x = PlunderChallengeOverReq{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderChallengeOverReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderChallengeOverReq) ProtoMessage() {} func (x *PlunderChallengeOverReq) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_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 PlunderChallengeOverReq.ProtoReflect.Descriptor instead. func (*PlunderChallengeOverReq) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{6} } func (x *PlunderChallengeOverReq) GetCid() int32 { if x != nil { return x.Cid } return 0 } func (x *PlunderChallengeOverReq) GetPos() int32 { if x != nil { return x.Pos } return 0 } func (x *PlunderChallengeOverReq) GetReport() *BattleReport { if x != nil { return x.Report } return nil } type PlunderChallengeOverResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Line []*PlunderLine `protobuf:"bytes,1,rep,name=line,proto3" json:"line"` // 运输队列 Ship map[string]*ShipData `protobuf:"bytes,2,rep,name=ship,proto3" json:"ship" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` // 运输的船 key 唯一id Atno []*UserAtno `protobuf:"bytes,3,rep,name=atno,proto3" json:"atno"` // 奖励 } func (x *PlunderChallengeOverResp) Reset() { *x = PlunderChallengeOverResp{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderChallengeOverResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderChallengeOverResp) ProtoMessage() {} func (x *PlunderChallengeOverResp) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_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 PlunderChallengeOverResp.ProtoReflect.Descriptor instead. func (*PlunderChallengeOverResp) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{7} } func (x *PlunderChallengeOverResp) GetLine() []*PlunderLine { if x != nil { return x.Line } return nil } func (x *PlunderChallengeOverResp) GetShip() map[string]*ShipData { if x != nil { return x.Ship } return nil } func (x *PlunderChallengeOverResp) GetAtno() []*UserAtno { if x != nil { return x.Atno } return nil } // 船到达 type PlunderReachReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Oid []string `protobuf:"bytes,1,rep,name=oid,proto3" json:"oid"` // 船唯一id } func (x *PlunderReachReq) Reset() { *x = PlunderReachReq{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderReachReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderReachReq) ProtoMessage() {} func (x *PlunderReachReq) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_msg_proto_msgTypes[8] 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 PlunderReachReq.ProtoReflect.Descriptor instead. func (*PlunderReachReq) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{8} } func (x *PlunderReachReq) GetOid() []string { if x != nil { return x.Oid } return nil } type PlunderReachResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Line []*PlunderLine `protobuf:"bytes,1,rep,name=line,proto3" json:"line"` // 运输队列 Ship map[string]*ShipData `protobuf:"bytes,2,rep,name=ship,proto3" json:"ship" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` // 运输的船 key 唯一id } func (x *PlunderReachResp) Reset() { *x = PlunderReachResp{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[9] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderReachResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderReachResp) ProtoMessage() {} func (x *PlunderReachResp) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_msg_proto_msgTypes[9] 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 PlunderReachResp.ProtoReflect.Descriptor instead. func (*PlunderReachResp) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{9} } func (x *PlunderReachResp) GetLine() []*PlunderLine { if x != nil { return x.Line } return nil } func (x *PlunderReachResp) GetShip() map[string]*ShipData { if x != nil { return x.Ship } return nil } // 修改状态 type PlunderClientTagReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Oid []string `protobuf:"bytes,1,rep,name=oid,proto3" json:"oid"` // 船唯一id } func (x *PlunderClientTagReq) Reset() { *x = PlunderClientTagReq{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[10] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderClientTagReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderClientTagReq) ProtoMessage() {} func (x *PlunderClientTagReq) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_msg_proto_msgTypes[10] 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 PlunderClientTagReq.ProtoReflect.Descriptor instead. func (*PlunderClientTagReq) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{10} } func (x *PlunderClientTagReq) GetOid() []string { if x != nil { return x.Oid } return nil } type PlunderClientTagResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Ship map[string]*ShipData `protobuf:"bytes,2,rep,name=ship,proto3" json:"ship" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` // 运输的船 key 唯一id } func (x *PlunderClientTagResp) Reset() { *x = PlunderClientTagResp{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[11] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderClientTagResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderClientTagResp) ProtoMessage() {} func (x *PlunderClientTagResp) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_msg_proto_msgTypes[11] 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 PlunderClientTagResp.ProtoReflect.Descriptor instead. func (*PlunderClientTagResp) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{11} } func (x *PlunderClientTagResp) GetShip() map[string]*ShipData { if x != nil { return x.Ship } return nil } // 船数据变化消息推送 type PlunderChangePush struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Ship map[string]*ShipData `protobuf:"bytes,2,rep,name=ship,proto3" json:"ship" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` // 运输的船 key 唯一id } func (x *PlunderChangePush) Reset() { *x = PlunderChangePush{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[12] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderChangePush) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderChangePush) ProtoMessage() {} func (x *PlunderChangePush) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_msg_proto_msgTypes[12] 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 PlunderChangePush.ProtoReflect.Descriptor instead. func (*PlunderChangePush) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{12} } func (x *PlunderChangePush) GetShip() map[string]*ShipData { if x != nil { return x.Ship } return nil } var File_plunder_plunder_msg_proto protoreflect.FileDescriptor var file_plunder_plunder_msg_proto_rawDesc = []byte{ 0x0a, 0x19, 0x70, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x2f, 0x70, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x2f, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x5f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x18, 0x70, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x2f, 0x70, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x5f, 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x0a, 0x63, 0x6f, 0x6d, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x13, 0x0a, 0x11, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x22, 0x58, 0x0a, 0x12, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1e, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x44, 0x42, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x22, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x44, 0x42, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x4c, 0x61, 0x6e, 0x64, 0x52, 0x04, 0x6c, 0x61, 0x6e, 0x64, 0x22, 0x13, 0x0a, 0x11, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x52, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x52, 0x65, 0x71, 0x22, 0x2c, 0x0a, 0x12, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x52, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x52, 0x65, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x05, 0x52, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x22, 0x63, 0x0a, 0x13, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x63, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x63, 0x69, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x70, 0x6f, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x70, 0x6f, 0x73, 0x12, 0x28, 0x0a, 0x06, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x46, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x06, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x22, 0xd2, 0x01, 0x0a, 0x14, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x20, 0x0a, 0x04, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x4c, 0x69, 0x6e, 0x65, 0x52, 0x04, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x33, 0x0a, 0x04, 0x73, 0x68, 0x69, 0x70, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x73, 0x70, 0x2e, 0x53, 0x68, 0x69, 0x70, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, 0x73, 0x68, 0x69, 0x70, 0x12, 0x1f, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x1a, 0x42, 0x0a, 0x09, 0x53, 0x68, 0x69, 0x70, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x1f, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x53, 0x68, 0x69, 0x70, 0x44, 0x61, 0x74, 0x61, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x64, 0x0a, 0x17, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x4f, 0x76, 0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x63, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x63, 0x69, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x70, 0x6f, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x70, 0x6f, 0x73, 0x12, 0x25, 0x0a, 0x06, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x06, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x22, 0xd8, 0x01, 0x0a, 0x18, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x4f, 0x76, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x20, 0x0a, 0x04, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x4c, 0x69, 0x6e, 0x65, 0x52, 0x04, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x37, 0x0a, 0x04, 0x73, 0x68, 0x69, 0x70, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x4f, 0x76, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x2e, 0x53, 0x68, 0x69, 0x70, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, 0x73, 0x68, 0x69, 0x70, 0x12, 0x1d, 0x0a, 0x04, 0x61, 0x74, 0x6e, 0x6f, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x74, 0x6e, 0x6f, 0x52, 0x04, 0x61, 0x74, 0x6e, 0x6f, 0x1a, 0x42, 0x0a, 0x09, 0x53, 0x68, 0x69, 0x70, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x1f, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x53, 0x68, 0x69, 0x70, 0x44, 0x61, 0x74, 0x61, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x23, 0x0a, 0x0f, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x52, 0x65, 0x61, 0x63, 0x68, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x6f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x03, 0x6f, 0x69, 0x64, 0x22, 0xa9, 0x01, 0x0a, 0x10, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x52, 0x65, 0x61, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x12, 0x20, 0x0a, 0x04, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x4c, 0x69, 0x6e, 0x65, 0x52, 0x04, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x2f, 0x0a, 0x04, 0x73, 0x68, 0x69, 0x70, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x52, 0x65, 0x61, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x2e, 0x53, 0x68, 0x69, 0x70, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, 0x73, 0x68, 0x69, 0x70, 0x1a, 0x42, 0x0a, 0x09, 0x53, 0x68, 0x69, 0x70, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x1f, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x53, 0x68, 0x69, 0x70, 0x44, 0x61, 0x74, 0x61, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x27, 0x0a, 0x13, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x61, 0x67, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x6f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x03, 0x6f, 0x69, 0x64, 0x22, 0x8f, 0x01, 0x0a, 0x14, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x61, 0x67, 0x52, 0x65, 0x73, 0x70, 0x12, 0x33, 0x0a, 0x04, 0x73, 0x68, 0x69, 0x70, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x61, 0x67, 0x52, 0x65, 0x73, 0x70, 0x2e, 0x53, 0x68, 0x69, 0x70, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, 0x73, 0x68, 0x69, 0x70, 0x1a, 0x42, 0x0a, 0x09, 0x53, 0x68, 0x69, 0x70, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x1f, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x53, 0x68, 0x69, 0x70, 0x44, 0x61, 0x74, 0x61, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x89, 0x01, 0x0a, 0x11, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x50, 0x75, 0x73, 0x68, 0x12, 0x30, 0x0a, 0x04, 0x73, 0x68, 0x69, 0x70, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x50, 0x75, 0x73, 0x68, 0x2e, 0x53, 0x68, 0x69, 0x70, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, 0x73, 0x68, 0x69, 0x70, 0x1a, 0x42, 0x0a, 0x09, 0x53, 0x68, 0x69, 0x70, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x1f, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x53, 0x68, 0x69, 0x70, 0x44, 0x61, 0x74, 0x61, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_plunder_plunder_msg_proto_rawDescOnce sync.Once file_plunder_plunder_msg_proto_rawDescData = file_plunder_plunder_msg_proto_rawDesc ) func file_plunder_plunder_msg_proto_rawDescGZIP() []byte { file_plunder_plunder_msg_proto_rawDescOnce.Do(func() { file_plunder_plunder_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_plunder_plunder_msg_proto_rawDescData) }) return file_plunder_plunder_msg_proto_rawDescData } var file_plunder_plunder_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 18) var file_plunder_plunder_msg_proto_goTypes = []interface{}{ (*PlunderGetListReq)(nil), // 0: PlunderGetListReq (*PlunderGetListResp)(nil), // 1: PlunderGetListResp (*PlunderRefreshReq)(nil), // 2: PlunderRefreshReq (*PlunderRefreshResp)(nil), // 3: PlunderRefreshResp (*PlunderChallengeReq)(nil), // 4: PlunderChallengeReq (*PlunderChallengeResp)(nil), // 5: PlunderChallengeResp (*PlunderChallengeOverReq)(nil), // 6: PlunderChallengeOverReq (*PlunderChallengeOverResp)(nil), // 7: PlunderChallengeOverResp (*PlunderReachReq)(nil), // 8: PlunderReachReq (*PlunderReachResp)(nil), // 9: PlunderReachResp (*PlunderClientTagReq)(nil), // 10: PlunderClientTagReq (*PlunderClientTagResp)(nil), // 11: PlunderClientTagResp (*PlunderChangePush)(nil), // 12: PlunderChangePush nil, // 13: PlunderChallengeResp.ShipEntry nil, // 14: PlunderChallengeOverResp.ShipEntry nil, // 15: PlunderReachResp.ShipEntry nil, // 16: PlunderClientTagResp.ShipEntry nil, // 17: PlunderChangePush.ShipEntry (*DBPlunder)(nil), // 18: DBPlunder (*DBPlunderLand)(nil), // 19: DBPlunderLand (*BattleFormation)(nil), // 20: BattleFormation (*PlunderLine)(nil), // 21: PlunderLine (*BattleInfo)(nil), // 22: BattleInfo (*BattleReport)(nil), // 23: BattleReport (*UserAtno)(nil), // 24: UserAtno (*ShipData)(nil), // 25: ShipData } var file_plunder_plunder_msg_proto_depIdxs = []int32{ 18, // 0: PlunderGetListResp.list:type_name -> DBPlunder 19, // 1: PlunderGetListResp.land:type_name -> DBPlunderLand 20, // 2: PlunderChallengeReq.battle:type_name -> BattleFormation 21, // 3: PlunderChallengeResp.line:type_name -> PlunderLine 13, // 4: PlunderChallengeResp.ship:type_name -> PlunderChallengeResp.ShipEntry 22, // 5: PlunderChallengeResp.info:type_name -> BattleInfo 23, // 6: PlunderChallengeOverReq.report:type_name -> BattleReport 21, // 7: PlunderChallengeOverResp.line:type_name -> PlunderLine 14, // 8: PlunderChallengeOverResp.ship:type_name -> PlunderChallengeOverResp.ShipEntry 24, // 9: PlunderChallengeOverResp.atno:type_name -> UserAtno 21, // 10: PlunderReachResp.line:type_name -> PlunderLine 15, // 11: PlunderReachResp.ship:type_name -> PlunderReachResp.ShipEntry 16, // 12: PlunderClientTagResp.ship:type_name -> PlunderClientTagResp.ShipEntry 17, // 13: PlunderChangePush.ship:type_name -> PlunderChangePush.ShipEntry 25, // 14: PlunderChallengeResp.ShipEntry.value:type_name -> ShipData 25, // 15: PlunderChallengeOverResp.ShipEntry.value:type_name -> ShipData 25, // 16: PlunderReachResp.ShipEntry.value:type_name -> ShipData 25, // 17: PlunderClientTagResp.ShipEntry.value:type_name -> ShipData 25, // 18: PlunderChangePush.ShipEntry.value:type_name -> ShipData 19, // [19:19] is the sub-list for method output_type 19, // [19:19] is the sub-list for method input_type 19, // [19:19] is the sub-list for extension type_name 19, // [19:19] is the sub-list for extension extendee 0, // [0:19] is the sub-list for field type_name } func init() { file_plunder_plunder_msg_proto_init() } func file_plunder_plunder_msg_proto_init() { if File_plunder_plunder_msg_proto != nil { return } file_battle_battle_msg_proto_init() file_plunder_plunder_db_proto_init() file_comm_proto_init() if !protoimpl.UnsafeEnabled { file_plunder_plunder_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderGetListReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderGetListResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderRefreshReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderRefreshResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderChallengeReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderChallengeResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderChallengeOverReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderChallengeOverResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderReachReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderReachResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderClientTagReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderClientTagResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderChangePush); 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_plunder_plunder_msg_proto_rawDesc, NumEnums: 0, NumMessages: 18, NumExtensions: 0, NumServices: 0, }, GoTypes: file_plunder_plunder_msg_proto_goTypes, DependencyIndexes: file_plunder_plunder_msg_proto_depIdxs, MessageInfos: file_plunder_plunder_msg_proto_msgTypes, }.Build() File_plunder_plunder_msg_proto = out.File file_plunder_plunder_msg_proto_rawDesc = nil file_plunder_plunder_msg_proto_goTypes = nil file_plunder_plunder_msg_proto_depIdxs = nil }