// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.31.0 // protoc v5.26.0 // source: api/members/members.proto package members 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 AddMemberReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"` //uuid Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` //姓名 Brief string `protobuf:"bytes,3,opt,name=brief,proto3" json:"brief"` //简介 Introduction string `protobuf:"bytes,4,opt,name=introduction,proto3" json:"introduction"` //详细介绍 Operator string `protobuf:"bytes,5,opt,name=operator,proto3" json:"operator"` //操作人 OperatorId int32 `protobuf:"varint,6,opt,name=operatorId,proto3" json:"operatorId"` //操作人Id } func (x *AddMemberReq) Reset() { *x = AddMemberReq{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *AddMemberReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*AddMemberReq) ProtoMessage() {} func (x *AddMemberReq) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_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 AddMemberReq.ProtoReflect.Descriptor instead. func (*AddMemberReq) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{0} } func (x *AddMemberReq) GetUuid() string { if x != nil { return x.Uuid } return "" } func (x *AddMemberReq) GetName() string { if x != nil { return x.Name } return "" } func (x *AddMemberReq) GetBrief() string { if x != nil { return x.Brief } return "" } func (x *AddMemberReq) GetIntroduction() string { if x != nil { return x.Introduction } return "" } func (x *AddMemberReq) GetOperator() string { if x != nil { return x.Operator } return "" } func (x *AddMemberReq) GetOperatorId() int32 { if x != nil { return x.OperatorId } return 0 } type AddMemberResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg"` } func (x *AddMemberResp) Reset() { *x = AddMemberResp{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *AddMemberResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*AddMemberResp) ProtoMessage() {} func (x *AddMemberResp) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_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 AddMemberResp.ProtoReflect.Descriptor instead. func (*AddMemberResp) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{1} } func (x *AddMemberResp) GetMsg() string { if x != nil { return x.Msg } return "" } type EditMemberReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"` //uuid Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` //姓名 Brief string `protobuf:"bytes,3,opt,name=brief,proto3" json:"brief"` //简介 Introduction string `protobuf:"bytes,4,opt,name=introduction,proto3" json:"introduction"` //详细介绍 Sort int32 `protobuf:"varint,5,opt,name=sort,proto3" json:"sort"` //排序 Operator string `protobuf:"bytes,6,opt,name=operator,proto3" json:"operator"` //操作人 OperatorId int32 `protobuf:"varint,7,opt,name=operatorId,proto3" json:"operatorId"` //操作人Id } func (x *EditMemberReq) Reset() { *x = EditMemberReq{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *EditMemberReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*EditMemberReq) ProtoMessage() {} func (x *EditMemberReq) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_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 EditMemberReq.ProtoReflect.Descriptor instead. func (*EditMemberReq) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{2} } func (x *EditMemberReq) GetUuid() string { if x != nil { return x.Uuid } return "" } func (x *EditMemberReq) GetName() string { if x != nil { return x.Name } return "" } func (x *EditMemberReq) GetBrief() string { if x != nil { return x.Brief } return "" } func (x *EditMemberReq) GetIntroduction() string { if x != nil { return x.Introduction } return "" } func (x *EditMemberReq) GetSort() int32 { if x != nil { return x.Sort } return 0 } func (x *EditMemberReq) GetOperator() string { if x != nil { return x.Operator } return "" } func (x *EditMemberReq) GetOperatorId() int32 { if x != nil { return x.OperatorId } return 0 } type EditMemberResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg"` } func (x *EditMemberResp) Reset() { *x = EditMemberResp{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *EditMemberResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*EditMemberResp) ProtoMessage() {} func (x *EditMemberResp) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_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 EditMemberResp.ProtoReflect.Descriptor instead. func (*EditMemberResp) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{3} } func (x *EditMemberResp) GetMsg() string { if x != nil { return x.Msg } return "" } type DeleteMemberReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"` //uuid } func (x *DeleteMemberReq) Reset() { *x = DeleteMemberReq{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DeleteMemberReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeleteMemberReq) ProtoMessage() {} func (x *DeleteMemberReq) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_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 DeleteMemberReq.ProtoReflect.Descriptor instead. func (*DeleteMemberReq) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{4} } func (x *DeleteMemberReq) GetUuid() string { if x != nil { return x.Uuid } return "" } type DeleteMemberResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg"` } func (x *DeleteMemberResp) Reset() { *x = DeleteMemberResp{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DeleteMemberResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeleteMemberResp) ProtoMessage() {} func (x *DeleteMemberResp) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_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 DeleteMemberResp.ProtoReflect.Descriptor instead. func (*DeleteMemberResp) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{5} } func (x *DeleteMemberResp) GetMsg() string { if x != nil { return x.Msg } return "" } type Filtrate struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"` //文件名称 } func (x *Filtrate) Reset() { *x = Filtrate{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *Filtrate) String() string { return protoimpl.X.MessageStringOf(x) } func (*Filtrate) ProtoMessage() {} func (x *Filtrate) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_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 Filtrate.ProtoReflect.Descriptor instead. func (*Filtrate) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{6} } func (x *Filtrate) GetName() string { if x != nil { return x.Name } return "" } type GetMemberListReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` PageSize int32 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize"` Filtrate *Filtrate `protobuf:"bytes,3,opt,name=filtrate,proto3" json:"filtrate"` //筛选条件 } func (x *GetMemberListReq) Reset() { *x = GetMemberListReq{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetMemberListReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetMemberListReq) ProtoMessage() {} func (x *GetMemberListReq) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_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 GetMemberListReq.ProtoReflect.Descriptor instead. func (*GetMemberListReq) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{7} } func (x *GetMemberListReq) GetPage() int32 { if x != nil { return x.Page } return 0 } func (x *GetMemberListReq) GetPageSize() int32 { if x != nil { return x.PageSize } return 0 } func (x *GetMemberListReq) GetFiltrate() *Filtrate { if x != nil { return x.Filtrate } return nil } type GetMemberListResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg"` Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page"` PageSize int32 `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize"` Total int32 `protobuf:"varint,4,opt,name=total,proto3" json:"total"` Data []*Member `protobuf:"bytes,5,rep,name=data,proto3" json:"data"` } func (x *GetMemberListResp) Reset() { *x = GetMemberListResp{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetMemberListResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetMemberListResp) ProtoMessage() {} func (x *GetMemberListResp) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_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 GetMemberListResp.ProtoReflect.Descriptor instead. func (*GetMemberListResp) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{8} } func (x *GetMemberListResp) GetMsg() string { if x != nil { return x.Msg } return "" } func (x *GetMemberListResp) GetPage() int32 { if x != nil { return x.Page } return 0 } func (x *GetMemberListResp) GetPageSize() int32 { if x != nil { return x.PageSize } return 0 } func (x *GetMemberListResp) GetTotal() int32 { if x != nil { return x.Total } return 0 } func (x *GetMemberListResp) GetData() []*Member { if x != nil { return x.Data } return nil } type Member struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` Brief string `protobuf:"bytes,3,opt,name=brief,proto3" json:"brief"` Introduction string `protobuf:"bytes,4,opt,name=introduction,proto3" json:"introduction"` Sort int32 `protobuf:"varint,5,opt,name=sort,proto3" json:"sort"` Management *Management `protobuf:"bytes,6,opt,name=management,proto3" json:"management"` BoardOfDirectors *BoardOfDirectors `protobuf:"bytes,7,opt,name=boardOfDirectors,proto3" json:"boardOfDirectors"` CommitteeAppointments *CommitteeAppointments `protobuf:"bytes,8,opt,name=committeeAppointments,proto3" json:"committeeAppointments"` UpdatedAt string `protobuf:"bytes,9,opt,name=updatedAt,proto3" json:"updatedAt"` Operator string `protobuf:"bytes,10,opt,name=operator,proto3" json:"operator"` } func (x *Member) Reset() { *x = Member{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[9] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *Member) String() string { return protoimpl.X.MessageStringOf(x) } func (*Member) ProtoMessage() {} func (x *Member) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_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 Member.ProtoReflect.Descriptor instead. func (*Member) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{9} } func (x *Member) GetUuid() string { if x != nil { return x.Uuid } return "" } func (x *Member) GetName() string { if x != nil { return x.Name } return "" } func (x *Member) GetBrief() string { if x != nil { return x.Brief } return "" } func (x *Member) GetIntroduction() string { if x != nil { return x.Introduction } return "" } func (x *Member) GetSort() int32 { if x != nil { return x.Sort } return 0 } func (x *Member) GetManagement() *Management { if x != nil { return x.Management } return nil } func (x *Member) GetBoardOfDirectors() *BoardOfDirectors { if x != nil { return x.BoardOfDirectors } return nil } func (x *Member) GetCommitteeAppointments() *CommitteeAppointments { if x != nil { return x.CommitteeAppointments } return nil } func (x *Member) GetUpdatedAt() string { if x != nil { return x.UpdatedAt } return "" } func (x *Member) GetOperator() string { if x != nil { return x.Operator } return "" } // ===================================成员信息管理======================================= type Management struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"` Image string `protobuf:"bytes,2,opt,name=image,proto3" json:"image"` Brief string `protobuf:"bytes,3,opt,name=brief,proto3" json:"brief"` Introduction string `protobuf:"bytes,4,opt,name=introduction,proto3" json:"introduction"` Status int32 `protobuf:"varint,5,opt,name=status,proto3" json:"status"` IsSetting int32 `protobuf:"varint,6,opt,name=isSetting,proto3" json:"isSetting"` } func (x *Management) Reset() { *x = Management{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[10] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *Management) String() string { return protoimpl.X.MessageStringOf(x) } func (*Management) ProtoMessage() {} func (x *Management) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_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 Management.ProtoReflect.Descriptor instead. func (*Management) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{10} } func (x *Management) GetName() string { if x != nil { return x.Name } return "" } func (x *Management) GetImage() string { if x != nil { return x.Image } return "" } func (x *Management) GetBrief() string { if x != nil { return x.Brief } return "" } func (x *Management) GetIntroduction() string { if x != nil { return x.Introduction } return "" } func (x *Management) GetStatus() int32 { if x != nil { return x.Status } return 0 } func (x *Management) GetIsSetting() int32 { if x != nil { return x.IsSetting } return 0 } type EditManagementReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` Image string `protobuf:"bytes,3,opt,name=image,proto3" json:"image"` Status int32 `protobuf:"varint,4,opt,name=status,proto3" json:"status"` Brief string `protobuf:"bytes,5,opt,name=brief,proto3" json:"brief"` Introduction string `protobuf:"bytes,6,opt,name=introduction,proto3" json:"introduction"` IsSetting int32 `protobuf:"varint,7,opt,name=isSetting,proto3" json:"isSetting"` Operator string `protobuf:"bytes,8,opt,name=operator,proto3" json:"operator"` OperatorId int32 `protobuf:"varint,9,opt,name=operatorId,proto3" json:"operatorId"` } func (x *EditManagementReq) Reset() { *x = EditManagementReq{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[11] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *EditManagementReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*EditManagementReq) ProtoMessage() {} func (x *EditManagementReq) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_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 EditManagementReq.ProtoReflect.Descriptor instead. func (*EditManagementReq) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{11} } func (x *EditManagementReq) GetUuid() string { if x != nil { return x.Uuid } return "" } func (x *EditManagementReq) GetName() string { if x != nil { return x.Name } return "" } func (x *EditManagementReq) GetImage() string { if x != nil { return x.Image } return "" } func (x *EditManagementReq) GetStatus() int32 { if x != nil { return x.Status } return 0 } func (x *EditManagementReq) GetBrief() string { if x != nil { return x.Brief } return "" } func (x *EditManagementReq) GetIntroduction() string { if x != nil { return x.Introduction } return "" } func (x *EditManagementReq) GetIsSetting() int32 { if x != nil { return x.IsSetting } return 0 } func (x *EditManagementReq) GetOperator() string { if x != nil { return x.Operator } return "" } func (x *EditManagementReq) GetOperatorId() int32 { if x != nil { return x.OperatorId } return 0 } type EditManagementResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg"` } func (x *EditManagementResp) Reset() { *x = EditManagementResp{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[12] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *EditManagementResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*EditManagementResp) ProtoMessage() {} func (x *EditManagementResp) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_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 EditManagementResp.ProtoReflect.Descriptor instead. func (*EditManagementResp) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{12} } func (x *EditManagementResp) GetMsg() string { if x != nil { return x.Msg } return "" } // ==================================董事会信息管理====================================== type BoardOfDirectors struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"` Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status"` Brief string `protobuf:"bytes,3,opt,name=brief,proto3" json:"brief"` Introduction string `protobuf:"bytes,4,opt,name=introduction,proto3" json:"introduction"` IsSetting int32 `protobuf:"varint,5,opt,name=isSetting,proto3" json:"isSetting"` } func (x *BoardOfDirectors) Reset() { *x = BoardOfDirectors{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[13] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *BoardOfDirectors) String() string { return protoimpl.X.MessageStringOf(x) } func (*BoardOfDirectors) ProtoMessage() {} func (x *BoardOfDirectors) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_proto_msgTypes[13] 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 BoardOfDirectors.ProtoReflect.Descriptor instead. func (*BoardOfDirectors) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{13} } func (x *BoardOfDirectors) GetName() string { if x != nil { return x.Name } return "" } func (x *BoardOfDirectors) GetStatus() int32 { if x != nil { return x.Status } return 0 } func (x *BoardOfDirectors) GetBrief() string { if x != nil { return x.Brief } return "" } func (x *BoardOfDirectors) GetIntroduction() string { if x != nil { return x.Introduction } return "" } func (x *BoardOfDirectors) GetIsSetting() int32 { if x != nil { return x.IsSetting } return 0 } type EditBoardOfDirectorsReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` Status int32 `protobuf:"varint,3,opt,name=status,proto3" json:"status"` Brief string `protobuf:"bytes,4,opt,name=brief,proto3" json:"brief"` Introduction string `protobuf:"bytes,5,opt,name=introduction,proto3" json:"introduction"` IsSetting int32 `protobuf:"varint,6,opt,name=isSetting,proto3" json:"isSetting"` Operator string `protobuf:"bytes,7,opt,name=operator,proto3" json:"operator"` OperatorId int32 `protobuf:"varint,8,opt,name=operatorId,proto3" json:"operatorId"` } func (x *EditBoardOfDirectorsReq) Reset() { *x = EditBoardOfDirectorsReq{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[14] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *EditBoardOfDirectorsReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*EditBoardOfDirectorsReq) ProtoMessage() {} func (x *EditBoardOfDirectorsReq) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_proto_msgTypes[14] 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 EditBoardOfDirectorsReq.ProtoReflect.Descriptor instead. func (*EditBoardOfDirectorsReq) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{14} } func (x *EditBoardOfDirectorsReq) GetUuid() string { if x != nil { return x.Uuid } return "" } func (x *EditBoardOfDirectorsReq) GetName() string { if x != nil { return x.Name } return "" } func (x *EditBoardOfDirectorsReq) GetStatus() int32 { if x != nil { return x.Status } return 0 } func (x *EditBoardOfDirectorsReq) GetBrief() string { if x != nil { return x.Brief } return "" } func (x *EditBoardOfDirectorsReq) GetIntroduction() string { if x != nil { return x.Introduction } return "" } func (x *EditBoardOfDirectorsReq) GetIsSetting() int32 { if x != nil { return x.IsSetting } return 0 } func (x *EditBoardOfDirectorsReq) GetOperator() string { if x != nil { return x.Operator } return "" } func (x *EditBoardOfDirectorsReq) GetOperatorId() int32 { if x != nil { return x.OperatorId } return 0 } type EditBoardOfDirectorsResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg"` } func (x *EditBoardOfDirectorsResp) Reset() { *x = EditBoardOfDirectorsResp{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[15] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *EditBoardOfDirectorsResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*EditBoardOfDirectorsResp) ProtoMessage() {} func (x *EditBoardOfDirectorsResp) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_proto_msgTypes[15] 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 EditBoardOfDirectorsResp.ProtoReflect.Descriptor instead. func (*EditBoardOfDirectorsResp) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{15} } func (x *EditBoardOfDirectorsResp) GetMsg() string { if x != nil { return x.Msg } return "" } // ==================================委员会任命管理====================================== type CommitteeAppointments struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"` Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status"` AuditCommittee int32 `protobuf:"varint,3,opt,name=auditCommittee,proto3" json:"auditCommittee"` CompensationCommittee int32 `protobuf:"varint,4,opt,name=compensationCommittee,proto3" json:"compensationCommittee"` NominatingCommittee int32 `protobuf:"varint,5,opt,name=nominatingCommittee,proto3" json:"nominatingCommittee"` IsSetting int32 `protobuf:"varint,6,opt,name=isSetting,proto3" json:"isSetting"` } func (x *CommitteeAppointments) Reset() { *x = CommitteeAppointments{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[16] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *CommitteeAppointments) String() string { return protoimpl.X.MessageStringOf(x) } func (*CommitteeAppointments) ProtoMessage() {} func (x *CommitteeAppointments) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_proto_msgTypes[16] 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 CommitteeAppointments.ProtoReflect.Descriptor instead. func (*CommitteeAppointments) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{16} } func (x *CommitteeAppointments) GetName() string { if x != nil { return x.Name } return "" } func (x *CommitteeAppointments) GetStatus() int32 { if x != nil { return x.Status } return 0 } func (x *CommitteeAppointments) GetAuditCommittee() int32 { if x != nil { return x.AuditCommittee } return 0 } func (x *CommitteeAppointments) GetCompensationCommittee() int32 { if x != nil { return x.CompensationCommittee } return 0 } func (x *CommitteeAppointments) GetNominatingCommittee() int32 { if x != nil { return x.NominatingCommittee } return 0 } func (x *CommitteeAppointments) GetIsSetting() int32 { if x != nil { return x.IsSetting } return 0 } type EditCommitteeAppointmentsReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` Status int32 `protobuf:"varint,3,opt,name=status,proto3" json:"status"` AuditCommittee int32 `protobuf:"varint,4,opt,name=auditCommittee,proto3" json:"auditCommittee"` CompensationCommittee int32 `protobuf:"varint,5,opt,name=compensationCommittee,proto3" json:"compensationCommittee"` NominatingCommittee int32 `protobuf:"varint,6,opt,name=nominatingCommittee,proto3" json:"nominatingCommittee"` IsSetting int32 `protobuf:"varint,7,opt,name=isSetting,proto3" json:"isSetting"` Operator string `protobuf:"bytes,8,opt,name=operator,proto3" json:"operator"` OperatorId int32 `protobuf:"varint,9,opt,name=operatorId,proto3" json:"operatorId"` } func (x *EditCommitteeAppointmentsReq) Reset() { *x = EditCommitteeAppointmentsReq{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[17] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *EditCommitteeAppointmentsReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*EditCommitteeAppointmentsReq) ProtoMessage() {} func (x *EditCommitteeAppointmentsReq) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_proto_msgTypes[17] 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 EditCommitteeAppointmentsReq.ProtoReflect.Descriptor instead. func (*EditCommitteeAppointmentsReq) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{17} } func (x *EditCommitteeAppointmentsReq) GetUuid() string { if x != nil { return x.Uuid } return "" } func (x *EditCommitteeAppointmentsReq) GetName() string { if x != nil { return x.Name } return "" } func (x *EditCommitteeAppointmentsReq) GetStatus() int32 { if x != nil { return x.Status } return 0 } func (x *EditCommitteeAppointmentsReq) GetAuditCommittee() int32 { if x != nil { return x.AuditCommittee } return 0 } func (x *EditCommitteeAppointmentsReq) GetCompensationCommittee() int32 { if x != nil { return x.CompensationCommittee } return 0 } func (x *EditCommitteeAppointmentsReq) GetNominatingCommittee() int32 { if x != nil { return x.NominatingCommittee } return 0 } func (x *EditCommitteeAppointmentsReq) GetIsSetting() int32 { if x != nil { return x.IsSetting } return 0 } func (x *EditCommitteeAppointmentsReq) GetOperator() string { if x != nil { return x.Operator } return "" } func (x *EditCommitteeAppointmentsReq) GetOperatorId() int32 { if x != nil { return x.OperatorId } return 0 } type EditCommitteeAppointmentsResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg"` } func (x *EditCommitteeAppointmentsResp) Reset() { *x = EditCommitteeAppointmentsResp{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[18] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *EditCommitteeAppointmentsResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*EditCommitteeAppointmentsResp) ProtoMessage() {} func (x *EditCommitteeAppointmentsResp) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_proto_msgTypes[18] 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 EditCommitteeAppointmentsResp.ProtoReflect.Descriptor instead. func (*EditCommitteeAppointmentsResp) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{18} } func (x *EditCommitteeAppointmentsResp) GetMsg() string { if x != nil { return x.Msg } return "" } var File_api_members_members_proto protoreflect.FileDescriptor var file_api_members_members_proto_rawDesc = []byte{ 0x0a, 0x19, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x07, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x22, 0xac, 0x01, 0x0a, 0x0c, 0x41, 0x64, 0x64, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x12, 0x22, 0x0a, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x22, 0x21, 0x0a, 0x0d, 0x41, 0x64, 0x64, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x22, 0xc1, 0x01, 0x0a, 0x0d, 0x45, 0x64, 0x69, 0x74, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x12, 0x22, 0x0a, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x6f, 0x72, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x73, 0x6f, 0x72, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x22, 0x22, 0x0a, 0x0e, 0x45, 0x64, 0x69, 0x74, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x22, 0x25, 0x0a, 0x0f, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x22, 0x24, 0x0a, 0x10, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x22, 0x1e, 0x0a, 0x08, 0x46, 0x69, 0x6c, 0x74, 0x72, 0x61, 0x74, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x71, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x2d, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x74, 0x72, 0x61, 0x74, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x46, 0x69, 0x6c, 0x74, 0x72, 0x61, 0x74, 0x65, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x74, 0x72, 0x61, 0x74, 0x65, 0x22, 0x90, 0x01, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x12, 0x23, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x8a, 0x03, 0x0a, 0x06, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x12, 0x22, 0x0a, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x6f, 0x72, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x73, 0x6f, 0x72, 0x74, 0x12, 0x33, 0x0a, 0x0a, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x0a, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x45, 0x0a, 0x10, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x4f, 0x66, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x4f, 0x66, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x52, 0x10, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x4f, 0x66, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x12, 0x54, 0x0a, 0x15, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x41, 0x70, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x41, 0x70, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x15, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x41, 0x70, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x22, 0xa6, 0x01, 0x0a, 0x0a, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x12, 0x22, 0x0a, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x73, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x69, 0x73, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x22, 0xfd, 0x01, 0x0a, 0x11, 0x45, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x12, 0x22, 0x0a, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x73, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x69, 0x73, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x22, 0x26, 0x0a, 0x12, 0x45, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x22, 0x96, 0x01, 0x0a, 0x10, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x4f, 0x66, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x12, 0x22, 0x0a, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x73, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x69, 0x73, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x22, 0xed, 0x01, 0x0a, 0x17, 0x45, 0x64, 0x69, 0x74, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x4f, 0x66, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x12, 0x22, 0x0a, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x73, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x69, 0x73, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x22, 0x2c, 0x0a, 0x18, 0x45, 0x64, 0x69, 0x74, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x4f, 0x66, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x22, 0xf1, 0x01, 0x0a, 0x15, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x41, 0x70, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x61, 0x75, 0x64, 0x69, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x61, 0x75, 0x64, 0x69, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x12, 0x34, 0x0a, 0x15, 0x63, 0x6f, 0x6d, 0x70, 0x65, 0x6e, 0x73, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x15, 0x63, 0x6f, 0x6d, 0x70, 0x65, 0x6e, 0x73, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x12, 0x30, 0x0a, 0x13, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x13, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x73, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x69, 0x73, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x22, 0xc8, 0x02, 0x0a, 0x1c, 0x45, 0x64, 0x69, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x41, 0x70, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x61, 0x75, 0x64, 0x69, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x61, 0x75, 0x64, 0x69, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x12, 0x34, 0x0a, 0x15, 0x63, 0x6f, 0x6d, 0x70, 0x65, 0x6e, 0x73, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x15, 0x63, 0x6f, 0x6d, 0x70, 0x65, 0x6e, 0x73, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x12, 0x30, 0x0a, 0x13, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x13, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x73, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x69, 0x73, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x22, 0x31, 0x0a, 0x1d, 0x45, 0x64, 0x69, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x41, 0x70, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x32, 0xa5, 0x04, 0x0a, 0x07, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x3a, 0x0a, 0x09, 0x41, 0x64, 0x64, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x15, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x16, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x3d, 0x0a, 0x0a, 0x45, 0x64, 0x69, 0x74, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x16, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x45, 0x64, 0x69, 0x74, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x17, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x45, 0x64, 0x69, 0x74, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x43, 0x0a, 0x0c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x18, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x19, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x46, 0x0a, 0x0d, 0x47, 0x65, 0x74, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x19, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x49, 0x0a, 0x0e, 0x45, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x1a, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x45, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x1b, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x45, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x5b, 0x0a, 0x14, 0x45, 0x64, 0x69, 0x74, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x4f, 0x66, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x12, 0x20, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x45, 0x64, 0x69, 0x74, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x4f, 0x66, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x21, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x45, 0x64, 0x69, 0x74, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x4f, 0x66, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x12, 0x6a, 0x0a, 0x19, 0x45, 0x64, 0x69, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x41, 0x70, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x25, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x45, 0x64, 0x69, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x41, 0x70, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x26, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x45, 0x64, 0x69, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x41, 0x70, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x42, 0x0c, 0x5a, 0x0a, 0x2e, 0x2f, 0x3b, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_api_members_members_proto_rawDescOnce sync.Once file_api_members_members_proto_rawDescData = file_api_members_members_proto_rawDesc ) func file_api_members_members_proto_rawDescGZIP() []byte { file_api_members_members_proto_rawDescOnce.Do(func() { file_api_members_members_proto_rawDescData = protoimpl.X.CompressGZIP(file_api_members_members_proto_rawDescData) }) return file_api_members_members_proto_rawDescData } var file_api_members_members_proto_msgTypes = make([]protoimpl.MessageInfo, 19) var file_api_members_members_proto_goTypes = []interface{}{ (*AddMemberReq)(nil), // 0: members.AddMemberReq (*AddMemberResp)(nil), // 1: members.AddMemberResp (*EditMemberReq)(nil), // 2: members.EditMemberReq (*EditMemberResp)(nil), // 3: members.EditMemberResp (*DeleteMemberReq)(nil), // 4: members.DeleteMemberReq (*DeleteMemberResp)(nil), // 5: members.DeleteMemberResp (*Filtrate)(nil), // 6: members.Filtrate (*GetMemberListReq)(nil), // 7: members.GetMemberListReq (*GetMemberListResp)(nil), // 8: members.GetMemberListResp (*Member)(nil), // 9: members.Member (*Management)(nil), // 10: members.Management (*EditManagementReq)(nil), // 11: members.EditManagementReq (*EditManagementResp)(nil), // 12: members.EditManagementResp (*BoardOfDirectors)(nil), // 13: members.BoardOfDirectors (*EditBoardOfDirectorsReq)(nil), // 14: members.EditBoardOfDirectorsReq (*EditBoardOfDirectorsResp)(nil), // 15: members.EditBoardOfDirectorsResp (*CommitteeAppointments)(nil), // 16: members.CommitteeAppointments (*EditCommitteeAppointmentsReq)(nil), // 17: members.EditCommitteeAppointmentsReq (*EditCommitteeAppointmentsResp)(nil), // 18: members.EditCommitteeAppointmentsResp } var file_api_members_members_proto_depIdxs = []int32{ 6, // 0: members.GetMemberListReq.filtrate:type_name -> members.Filtrate 9, // 1: members.GetMemberListResp.data:type_name -> members.Member 10, // 2: members.Member.management:type_name -> members.Management 13, // 3: members.Member.boardOfDirectors:type_name -> members.BoardOfDirectors 16, // 4: members.Member.committeeAppointments:type_name -> members.CommitteeAppointments 0, // 5: members.Members.AddMember:input_type -> members.AddMemberReq 2, // 6: members.Members.EditMember:input_type -> members.EditMemberReq 4, // 7: members.Members.DeleteMember:input_type -> members.DeleteMemberReq 7, // 8: members.Members.GetMemberList:input_type -> members.GetMemberListReq 11, // 9: members.Members.EditManagement:input_type -> members.EditManagementReq 14, // 10: members.Members.EditBoardOfDirectors:input_type -> members.EditBoardOfDirectorsReq 17, // 11: members.Members.EditCommitteeAppointments:input_type -> members.EditCommitteeAppointmentsReq 1, // 12: members.Members.AddMember:output_type -> members.AddMemberResp 3, // 13: members.Members.EditMember:output_type -> members.EditMemberResp 5, // 14: members.Members.DeleteMember:output_type -> members.DeleteMemberResp 8, // 15: members.Members.GetMemberList:output_type -> members.GetMemberListResp 12, // 16: members.Members.EditManagement:output_type -> members.EditManagementResp 15, // 17: members.Members.EditBoardOfDirectors:output_type -> members.EditBoardOfDirectorsResp 18, // 18: members.Members.EditCommitteeAppointments:output_type -> members.EditCommitteeAppointmentsResp 12, // [12:19] is the sub-list for method output_type 5, // [5:12] is the sub-list for method input_type 5, // [5:5] is the sub-list for extension type_name 5, // [5:5] is the sub-list for extension extendee 0, // [0:5] is the sub-list for field type_name } func init() { file_api_members_members_proto_init() } func file_api_members_members_proto_init() { if File_api_members_members_proto != nil { return } if !protoimpl.UnsafeEnabled { file_api_members_members_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AddMemberReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AddMemberResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EditMemberReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EditMemberResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteMemberReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteMemberResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Filtrate); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetMemberListReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetMemberListResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Member); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Management); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EditManagementReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EditManagementResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*BoardOfDirectors); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EditBoardOfDirectorsReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EditBoardOfDirectorsResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CommitteeAppointments); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EditCommitteeAppointmentsReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EditCommitteeAppointmentsResp); 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_api_members_members_proto_rawDesc, NumEnums: 0, NumMessages: 19, NumExtensions: 0, NumServices: 1, }, GoTypes: file_api_members_members_proto_goTypes, DependencyIndexes: file_api_members_members_proto_depIdxs, MessageInfos: file_api_members_members_proto_msgTypes, }.Build() File_api_members_members_proto = out.File file_api_members_members_proto_rawDesc = nil file_api_members_members_proto_goTypes = nil file_api_members_members_proto_depIdxs = nil }