|
|
|
@ -34,6 +34,54 @@ const (
|
|
|
|
|
// of the legacy proto package is being used.
|
|
|
|
|
const _ = proto.ProtoPackageIsVersion4
|
|
|
|
|
|
|
|
|
|
type CityCodeArg struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
//市的行政区划码
|
|
|
|
|
CityCode string `protobuf:"bytes,1,opt,name=CityCode,proto3" json:"CityCode,omitempty"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *CityCodeArg) Reset() {
|
|
|
|
|
*x = CityCodeArg{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_BaseOrganization_proto_msgTypes[0]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *CityCodeArg) String() string {
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*CityCodeArg) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *CityCodeArg) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_BaseOrganization_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 CityCodeArg.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*CityCodeArg) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_BaseOrganization_proto_rawDescGZIP(), []int{0}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *CityCodeArg) GetCityCode() string {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.CityCode
|
|
|
|
|
}
|
|
|
|
|
return ""
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type ListOrgArg struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
@ -48,7 +96,7 @@ type ListOrgArg struct {
|
|
|
|
|
func (x *ListOrgArg) Reset() {
|
|
|
|
|
*x = ListOrgArg{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_BaseOrganization_proto_msgTypes[0]
|
|
|
|
|
mi := &file_BaseOrganization_proto_msgTypes[1]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -61,7 +109,7 @@ func (x *ListOrgArg) String() string {
|
|
|
|
|
func (*ListOrgArg) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *ListOrgArg) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_BaseOrganization_proto_msgTypes[0]
|
|
|
|
|
mi := &file_BaseOrganization_proto_msgTypes[1]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -74,7 +122,7 @@ func (x *ListOrgArg) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use ListOrgArg.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*ListOrgArg) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_BaseOrganization_proto_rawDescGZIP(), []int{0}
|
|
|
|
|
return file_BaseOrganization_proto_rawDescGZIP(), []int{1}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ListOrgArg) GetPersonId() string {
|
|
|
|
@ -107,7 +155,7 @@ type MultipleQueryArg struct {
|
|
|
|
|
func (x *MultipleQueryArg) Reset() {
|
|
|
|
|
*x = MultipleQueryArg{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_BaseOrganization_proto_msgTypes[1]
|
|
|
|
|
mi := &file_BaseOrganization_proto_msgTypes[2]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -120,7 +168,7 @@ func (x *MultipleQueryArg) String() string {
|
|
|
|
|
func (*MultipleQueryArg) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *MultipleQueryArg) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_BaseOrganization_proto_msgTypes[1]
|
|
|
|
|
mi := &file_BaseOrganization_proto_msgTypes[2]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -133,7 +181,7 @@ func (x *MultipleQueryArg) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use MultipleQueryArg.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*MultipleQueryArg) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_BaseOrganization_proto_rawDescGZIP(), []int{1}
|
|
|
|
|
return file_BaseOrganization_proto_rawDescGZIP(), []int{2}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *MultipleQueryArg) GetIds() []string {
|
|
|
|
@ -237,7 +285,7 @@ type ModelArg struct {
|
|
|
|
|
func (x *ModelArg) Reset() {
|
|
|
|
|
*x = ModelArg{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_BaseOrganization_proto_msgTypes[2]
|
|
|
|
|
mi := &file_BaseOrganization_proto_msgTypes[3]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -250,7 +298,7 @@ func (x *ModelArg) String() string {
|
|
|
|
|
func (*ModelArg) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *ModelArg) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_BaseOrganization_proto_msgTypes[2]
|
|
|
|
|
mi := &file_BaseOrganization_proto_msgTypes[3]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -263,7 +311,7 @@ func (x *ModelArg) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use ModelArg.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*ModelArg) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_BaseOrganization_proto_rawDescGZIP(), []int{2}
|
|
|
|
|
return file_BaseOrganization_proto_rawDescGZIP(), []int{3}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ModelArg) GetOrgId() string {
|
|
|
|
@ -542,7 +590,7 @@ type QueryArg struct {
|
|
|
|
|
func (x *QueryArg) Reset() {
|
|
|
|
|
*x = QueryArg{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_BaseOrganization_proto_msgTypes[3]
|
|
|
|
|
mi := &file_BaseOrganization_proto_msgTypes[4]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -555,7 +603,7 @@ func (x *QueryArg) String() string {
|
|
|
|
|
func (*QueryArg) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *QueryArg) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_BaseOrganization_proto_msgTypes[3]
|
|
|
|
|
mi := &file_BaseOrganization_proto_msgTypes[4]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -568,7 +616,7 @@ func (x *QueryArg) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use QueryArg.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*QueryArg) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_BaseOrganization_proto_rawDescGZIP(), []int{3}
|
|
|
|
|
return file_BaseOrganization_proto_rawDescGZIP(), []int{4}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *QueryArg) GetPage() int32 {
|
|
|
|
@ -663,7 +711,7 @@ type Reply struct {
|
|
|
|
|
func (x *Reply) Reset() {
|
|
|
|
|
*x = Reply{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_BaseOrganization_proto_msgTypes[4]
|
|
|
|
|
mi := &file_BaseOrganization_proto_msgTypes[5]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -676,7 +724,7 @@ func (x *Reply) String() string {
|
|
|
|
|
func (*Reply) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *Reply) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_BaseOrganization_proto_msgTypes[4]
|
|
|
|
|
mi := &file_BaseOrganization_proto_msgTypes[5]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -689,7 +737,7 @@ func (x *Reply) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use Reply.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*Reply) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_BaseOrganization_proto_rawDescGZIP(), []int{4}
|
|
|
|
|
return file_BaseOrganization_proto_rawDescGZIP(), []int{5}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *Reply) GetSuccess() bool {
|
|
|
|
@ -737,7 +785,7 @@ type DeleteIdsArg struct {
|
|
|
|
|
func (x *DeleteIdsArg) Reset() {
|
|
|
|
|
*x = DeleteIdsArg{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_BaseOrganization_proto_msgTypes[5]
|
|
|
|
|
mi := &file_BaseOrganization_proto_msgTypes[6]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -750,7 +798,7 @@ func (x *DeleteIdsArg) String() string {
|
|
|
|
|
func (*DeleteIdsArg) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *DeleteIdsArg) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_BaseOrganization_proto_msgTypes[5]
|
|
|
|
|
mi := &file_BaseOrganization_proto_msgTypes[6]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -763,7 +811,7 @@ func (x *DeleteIdsArg) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use DeleteIdsArg.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*DeleteIdsArg) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_BaseOrganization_proto_rawDescGZIP(), []int{5}
|
|
|
|
|
return file_BaseOrganization_proto_rawDescGZIP(), []int{6}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *DeleteIdsArg) GetIds() []string {
|
|
|
|
@ -793,189 +841,197 @@ var file_BaseOrganization_proto_rawDesc = []byte{
|
|
|
|
|
0x0a, 0x16, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69,
|
|
|
|
|
0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x15, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72,
|
|
|
|
|
0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x22,
|
|
|
|
|
0x48, 0x0a, 0x0a, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x41, 0x72, 0x67, 0x12, 0x1a, 0x0a,
|
|
|
|
|
0x08, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
|
0x08, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x4f, 0x72, 0x67,
|
|
|
|
|
0x4b, 0x65, 0x79, 0x57, 0x6f, 0x72, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x4f,
|
|
|
|
|
0x72, 0x67, 0x4b, 0x65, 0x79, 0x57, 0x6f, 0x72, 0x64, 0x22, 0x76, 0x0a, 0x10, 0x4d, 0x75, 0x6c,
|
|
|
|
|
0x74, 0x69, 0x70, 0x6c, 0x65, 0x51, 0x75, 0x65, 0x72, 0x79, 0x41, 0x72, 0x67, 0x12, 0x10, 0x0a,
|
|
|
|
|
0x03, 0x49, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x03, 0x49, 0x64, 0x73, 0x12,
|
|
|
|
|
0x26, 0x0a, 0x0e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49,
|
|
|
|
|
0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50,
|
|
|
|
|
0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x41, 0x63, 0x74, 0x69, 0x6f,
|
|
|
|
|
0x6e, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
|
0x52, 0x0f, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73,
|
|
|
|
|
0x73, 0x22, 0xac, 0x08, 0x0a, 0x08, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x41, 0x72, 0x67, 0x12, 0x14,
|
|
|
|
|
0x0a, 0x05, 0x4f, 0x72, 0x67, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x4f,
|
|
|
|
|
0x72, 0x67, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x4f, 0x72, 0x67, 0x49, 0x64, 0x49, 0x6e, 0x74,
|
|
|
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x4f, 0x72, 0x67, 0x49, 0x64, 0x49, 0x6e, 0x74,
|
|
|
|
|
0x12, 0x18, 0x0a, 0x07, 0x4f, 0x72, 0x67, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
|
|
|
0x09, 0x52, 0x07, 0x4f, 0x72, 0x67, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x4f, 0x72,
|
|
|
|
|
0x67, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x4f, 0x72, 0x67,
|
|
|
|
|
0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x49, 0x64,
|
|
|
|
|
0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x49, 0x64,
|
|
|
|
|
0x12, 0x1a, 0x0a, 0x08, 0x42, 0x75, 0x72, 0x65, 0x61, 0x75, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01,
|
|
|
|
|
0x28, 0x09, 0x52, 0x08, 0x42, 0x75, 0x72, 0x65, 0x61, 0x75, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07,
|
|
|
|
|
0x4f, 0x72, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x4f,
|
|
|
|
|
0x72, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x45, 0x64, 0x75, 0x41, 0x73, 0x73,
|
|
|
|
|
0x69, 0x73, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x45,
|
|
|
|
|
0x64, 0x75, 0x41, 0x73, 0x73, 0x69, 0x73, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x26, 0x0a, 0x0e,
|
|
|
|
|
0x4d, 0x61, 0x69, 0x6e, 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x18, 0x09,
|
|
|
|
|
0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x4d, 0x61, 0x69, 0x6e, 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c,
|
|
|
|
|
0x54, 0x79, 0x70, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x4d, 0x61, 0x69, 0x6e, 0x53, 0x63, 0x68, 0x6f,
|
|
|
|
|
0x6f, 0x6c, 0x49, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x4d, 0x61, 0x69, 0x6e,
|
|
|
|
|
0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x4d, 0x61, 0x6e, 0x61,
|
|
|
|
|
0x67, 0x65, 0x4f, 0x72, 0x67, 0x49, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x4d,
|
|
|
|
|
0x61, 0x6e, 0x61, 0x67, 0x65, 0x4f, 0x72, 0x67, 0x49, 0x64, 0x12, 0x2c, 0x0a, 0x11, 0x44, 0x69,
|
|
|
|
|
0x72, 0x65, 0x63, 0x74, 0x6c, 0x79, 0x55, 0x6e, 0x64, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x18,
|
|
|
|
|
0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x11, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6c, 0x79, 0x55,
|
|
|
|
|
0x6e, 0x64, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x58, 0x78, 0x62, 0x62,
|
|
|
|
|
0x6d, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x58, 0x78, 0x62, 0x62, 0x6d, 0x12, 0x18,
|
|
|
|
|
0x0a, 0x07, 0x58, 0x78, 0x62, 0x78, 0x6c, 0x78, 0x6d, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
|
0x07, 0x58, 0x78, 0x62, 0x78, 0x6c, 0x78, 0x6d, 0x12, 0x1a, 0x0a, 0x08, 0x53, 0x7a, 0x64, 0x63,
|
|
|
|
|
0x78, 0x6c, 0x78, 0x6d, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x53, 0x7a, 0x64, 0x63,
|
|
|
|
|
0x78, 0x6c, 0x78, 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x58, 0x78, 0x6a, 0x62, 0x7a, 0x6d, 0x18, 0x10,
|
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x58, 0x78, 0x6a, 0x62, 0x7a, 0x6d, 0x12, 0x10, 0x0a, 0x03,
|
|
|
|
|
0x46, 0x7a, 0x72, 0x18, 0x11, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x46, 0x7a, 0x72, 0x12, 0x14,
|
|
|
|
|
0x0a, 0x05, 0x46, 0x64, 0x64, 0x62, 0x72, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x46,
|
|
|
|
|
0x64, 0x64, 0x62, 0x72, 0x12, 0x18, 0x0a, 0x07, 0x46, 0x64, 0x64, 0x62, 0x72, 0x64, 0x68, 0x18,
|
|
|
|
|
0x13, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x46, 0x64, 0x64, 0x62, 0x72, 0x64, 0x68, 0x12, 0x18,
|
|
|
|
|
0x0a, 0x07, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
|
0x07, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x4c, 0x78, 0x64, 0x68,
|
|
|
|
|
0x18, 0x15, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x4c, 0x78, 0x64, 0x68, 0x12, 0x16, 0x0a, 0x06,
|
|
|
|
|
0x4f, 0x72, 0x67, 0x4c, 0x6e, 0x67, 0x18, 0x16, 0x20, 0x01, 0x28, 0x02, 0x52, 0x06, 0x4f, 0x72,
|
|
|
|
|
0x67, 0x4c, 0x6e, 0x67, 0x12, 0x16, 0x0a, 0x06, 0x4f, 0x72, 0x67, 0x4c, 0x61, 0x74, 0x18, 0x17,
|
|
|
|
|
0x20, 0x01, 0x28, 0x02, 0x52, 0x06, 0x4f, 0x72, 0x67, 0x4c, 0x61, 0x74, 0x12, 0x16, 0x0a, 0x06,
|
|
|
|
|
0x53, 0x6f, 0x72, 0x74, 0x49, 0x64, 0x18, 0x18, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x53, 0x6f,
|
|
|
|
|
0x72, 0x74, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x42, 0x55, 0x73, 0x65, 0x18, 0x19, 0x20, 0x01,
|
|
|
|
|
0x28, 0x05, 0x52, 0x04, 0x42, 0x55, 0x73, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x50, 0x72, 0x6f, 0x76,
|
|
|
|
|
0x69, 0x6e, 0x63, 0x65, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c,
|
|
|
|
|
0x50, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1a, 0x0a, 0x08,
|
|
|
|
|
0x43, 0x69, 0x74, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
|
|
|
|
|
0x43, 0x69, 0x74, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x44, 0x69, 0x73, 0x74,
|
|
|
|
|
0x72, 0x69, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c,
|
|
|
|
|
0x44, 0x69, 0x73, 0x74, 0x72, 0x69, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x28, 0x0a, 0x0f,
|
|
|
|
|
0x4c, 0x61, 0x73, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18,
|
|
|
|
|
0x1d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x4c, 0x61, 0x73, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74,
|
|
|
|
|
0x65, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x41, 0x72, 0x65, 0x61, 0x43, 0x6f,
|
|
|
|
|
0x64, 0x65, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x41, 0x72, 0x65, 0x61, 0x43, 0x6f,
|
|
|
|
|
0x64, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x49, 0x73, 0x42, 0x72, 0x61, 0x6e, 0x63, 0x68, 0x53, 0x63,
|
|
|
|
|
0x68, 0x6f, 0x6f, 0x6c, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x49, 0x73, 0x42, 0x72,
|
|
|
|
|
0x61, 0x6e, 0x63, 0x68, 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x12, 0x24, 0x0a, 0x0d, 0x4f, 0x72,
|
|
|
|
|
0x67, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x49, 0x64, 0x73, 0x18, 0x20, 0x20, 0x03, 0x28,
|
|
|
|
|
0x09, 0x52, 0x0d, 0x4f, 0x72, 0x67, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x49, 0x64, 0x73,
|
|
|
|
|
0x12, 0x2c, 0x0a, 0x11, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x46,
|
|
|
|
|
0x69, 0x65, 0x6c, 0x64, 0x73, 0x18, 0x21, 0x20, 0x03, 0x28, 0x09, 0x52, 0x11, 0x46, 0x6f, 0x72,
|
|
|
|
|
0x63, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x12, 0x26,
|
|
|
|
|
0x0a, 0x0e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64,
|
|
|
|
|
0x18, 0x22, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65,
|
|
|
|
|
0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e,
|
|
|
|
|
0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x23, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
|
0x0f, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73,
|
|
|
|
|
0x22, 0xc4, 0x02, 0x0a, 0x08, 0x51, 0x75, 0x65, 0x72, 0x79, 0x41, 0x72, 0x67, 0x12, 0x12, 0x0a,
|
|
|
|
|
0x04, 0x50, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x50, 0x61, 0x67,
|
|
|
|
|
0x65, 0x12, 0x14, 0x0a, 0x05, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05,
|
|
|
|
|
0x52, 0x05, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x41, 0x72, 0x65, 0x61, 0x43,
|
|
|
|
|
0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x41, 0x72, 0x65, 0x61, 0x43,
|
|
|
|
|
0x6f, 0x64, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x42, 0x55, 0x73, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28,
|
|
|
|
|
0x05, 0x52, 0x04, 0x42, 0x55, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x4f, 0x72, 0x67, 0x54, 0x79,
|
|
|
|
|
0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x4f, 0x72, 0x67, 0x54, 0x79, 0x70,
|
|
|
|
|
0x65, 0x12, 0x18, 0x0a, 0x07, 0x4f, 0x72, 0x67, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01,
|
|
|
|
|
0x28, 0x09, 0x52, 0x07, 0x4f, 0x72, 0x67, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x58,
|
|
|
|
|
0x78, 0x62, 0x78, 0x6c, 0x78, 0x6d, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x58, 0x78,
|
|
|
|
|
0x62, 0x78, 0x6c, 0x78, 0x6d, 0x12, 0x1a, 0x0a, 0x08, 0x42, 0x75, 0x72, 0x65, 0x61, 0x75, 0x49,
|
|
|
|
|
0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x42, 0x75, 0x72, 0x65, 0x61, 0x75, 0x49,
|
|
|
|
|
0x64, 0x12, 0x22, 0x0a, 0x0c, 0x49, 0x73, 0x4d, 0x61, 0x69, 0x6e, 0x53, 0x63, 0x68, 0x6f, 0x6f,
|
|
|
|
|
0x6c, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x49, 0x73, 0x4d, 0x61, 0x69, 0x6e, 0x53,
|
|
|
|
|
0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x12, 0x26, 0x0a, 0x0e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50,
|
|
|
|
|
0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x41,
|
|
|
|
|
0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x28, 0x0a,
|
|
|
|
|
0x0f, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73,
|
|
|
|
|
0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x70,
|
|
|
|
|
0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x65, 0x0a, 0x05, 0x52, 0x65, 0x70, 0x6c, 0x79,
|
|
|
|
|
0x12, 0x18, 0x0a, 0x07, 0x53, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
|
|
0x08, 0x52, 0x07, 0x53, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x4d, 0x65,
|
|
|
|
|
0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x4d, 0x65, 0x73,
|
|
|
|
|
0x73, 0x61, 0x67, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20,
|
|
|
|
|
0x01, 0x28, 0x05, 0x52, 0x05, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x4c, 0x69,
|
|
|
|
|
0x73, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x72,
|
|
|
|
|
0x0a, 0x0c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x64, 0x73, 0x41, 0x72, 0x67, 0x12, 0x10,
|
|
|
|
|
0x0a, 0x03, 0x49, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x03, 0x49, 0x64, 0x73,
|
|
|
|
|
0x29, 0x0a, 0x0b, 0x43, 0x69, 0x74, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x41, 0x72, 0x67, 0x12, 0x1a,
|
|
|
|
|
0x0a, 0x08, 0x43, 0x69, 0x74, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
|
0x52, 0x08, 0x43, 0x69, 0x74, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x22, 0x48, 0x0a, 0x0a, 0x4c, 0x69,
|
|
|
|
|
0x73, 0x74, 0x4f, 0x72, 0x67, 0x41, 0x72, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x50, 0x65, 0x72, 0x73,
|
|
|
|
|
0x6f, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x50, 0x65, 0x72, 0x73,
|
|
|
|
|
0x6f, 0x6e, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x4f, 0x72, 0x67, 0x4b, 0x65, 0x79, 0x57, 0x6f,
|
|
|
|
|
0x72, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x4f, 0x72, 0x67, 0x4b, 0x65, 0x79,
|
|
|
|
|
0x57, 0x6f, 0x72, 0x64, 0x22, 0x76, 0x0a, 0x10, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65,
|
|
|
|
|
0x51, 0x75, 0x65, 0x72, 0x79, 0x41, 0x72, 0x67, 0x12, 0x10, 0x0a, 0x03, 0x49, 0x64, 0x73, 0x18,
|
|
|
|
|
0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x03, 0x49, 0x64, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x41, 0x63,
|
|
|
|
|
0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01,
|
|
|
|
|
0x28, 0x09, 0x52, 0x0e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e,
|
|
|
|
|
0x49, 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x70, 0x41, 0x64,
|
|
|
|
|
0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x41, 0x63, 0x74,
|
|
|
|
|
0x69, 0x6f, 0x6e, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0xac, 0x08, 0x0a,
|
|
|
|
|
0x08, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x41, 0x72, 0x67, 0x12, 0x14, 0x0a, 0x05, 0x4f, 0x72, 0x67,
|
|
|
|
|
0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x4f, 0x72, 0x67, 0x49, 0x64, 0x12,
|
|
|
|
|
0x1a, 0x0a, 0x08, 0x4f, 0x72, 0x67, 0x49, 0x64, 0x49, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
|
|
|
0x05, 0x52, 0x08, 0x4f, 0x72, 0x67, 0x49, 0x64, 0x49, 0x6e, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x4f,
|
|
|
|
|
0x72, 0x67, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x4f, 0x72,
|
|
|
|
|
0x67, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x4f, 0x72, 0x67, 0x4e, 0x61, 0x6d, 0x65,
|
|
|
|
|
0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x4f, 0x72, 0x67, 0x4e, 0x61, 0x6d, 0x65, 0x12,
|
|
|
|
|
0x1a, 0x0a, 0x08, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28,
|
|
|
|
|
0x09, 0x52, 0x08, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x42,
|
|
|
|
|
0x75, 0x72, 0x65, 0x61, 0x75, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x42,
|
|
|
|
|
0x75, 0x72, 0x65, 0x61, 0x75, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x4f, 0x72, 0x67, 0x54, 0x79,
|
|
|
|
|
0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x4f, 0x72, 0x67, 0x54, 0x79, 0x70,
|
|
|
|
|
0x65, 0x12, 0x24, 0x0a, 0x0d, 0x45, 0x64, 0x75, 0x41, 0x73, 0x73, 0x69, 0x73, 0x74, 0x54, 0x79,
|
|
|
|
|
0x70, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x45, 0x64, 0x75, 0x41, 0x73, 0x73,
|
|
|
|
|
0x69, 0x73, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x4d, 0x61, 0x69, 0x6e, 0x53,
|
|
|
|
|
0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x52,
|
|
|
|
|
0x0e, 0x4d, 0x61, 0x69, 0x6e, 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x12,
|
|
|
|
|
0x22, 0x0a, 0x0c, 0x4d, 0x61, 0x69, 0x6e, 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x49, 0x64, 0x18,
|
|
|
|
|
0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x4d, 0x61, 0x69, 0x6e, 0x53, 0x63, 0x68, 0x6f, 0x6f,
|
|
|
|
|
0x6c, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x4f, 0x72, 0x67,
|
|
|
|
|
0x49, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65,
|
|
|
|
|
0x4f, 0x72, 0x67, 0x49, 0x64, 0x12, 0x2c, 0x0a, 0x11, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6c,
|
|
|
|
|
0x79, 0x55, 0x6e, 0x64, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05,
|
|
|
|
|
0x52, 0x11, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6c, 0x79, 0x55, 0x6e, 0x64, 0x65, 0x72, 0x54,
|
|
|
|
|
0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x58, 0x78, 0x62, 0x62, 0x6d, 0x18, 0x0d, 0x20, 0x01,
|
|
|
|
|
0x28, 0x09, 0x52, 0x05, 0x58, 0x78, 0x62, 0x62, 0x6d, 0x12, 0x18, 0x0a, 0x07, 0x58, 0x78, 0x62,
|
|
|
|
|
0x78, 0x6c, 0x78, 0x6d, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x58, 0x78, 0x62, 0x78,
|
|
|
|
|
0x6c, 0x78, 0x6d, 0x12, 0x1a, 0x0a, 0x08, 0x53, 0x7a, 0x64, 0x63, 0x78, 0x6c, 0x78, 0x6d, 0x18,
|
|
|
|
|
0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x53, 0x7a, 0x64, 0x63, 0x78, 0x6c, 0x78, 0x6d, 0x12,
|
|
|
|
|
0x16, 0x0a, 0x06, 0x58, 0x78, 0x6a, 0x62, 0x7a, 0x6d, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
|
0x06, 0x58, 0x78, 0x6a, 0x62, 0x7a, 0x6d, 0x12, 0x10, 0x0a, 0x03, 0x46, 0x7a, 0x72, 0x18, 0x11,
|
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x46, 0x7a, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x46, 0x64, 0x64,
|
|
|
|
|
0x62, 0x72, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x46, 0x64, 0x64, 0x62, 0x72, 0x12,
|
|
|
|
|
0x18, 0x0a, 0x07, 0x46, 0x64, 0x64, 0x62, 0x72, 0x64, 0x68, 0x18, 0x13, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
|
0x52, 0x07, 0x46, 0x64, 0x64, 0x62, 0x72, 0x64, 0x68, 0x12, 0x18, 0x0a, 0x07, 0x41, 0x64, 0x64,
|
|
|
|
|
0x72, 0x65, 0x73, 0x73, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x41, 0x64, 0x64, 0x72,
|
|
|
|
|
0x65, 0x73, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x4c, 0x78, 0x64, 0x68, 0x18, 0x15, 0x20, 0x01, 0x28,
|
|
|
|
|
0x09, 0x52, 0x04, 0x4c, 0x78, 0x64, 0x68, 0x12, 0x16, 0x0a, 0x06, 0x4f, 0x72, 0x67, 0x4c, 0x6e,
|
|
|
|
|
0x67, 0x18, 0x16, 0x20, 0x01, 0x28, 0x02, 0x52, 0x06, 0x4f, 0x72, 0x67, 0x4c, 0x6e, 0x67, 0x12,
|
|
|
|
|
0x16, 0x0a, 0x06, 0x4f, 0x72, 0x67, 0x4c, 0x61, 0x74, 0x18, 0x17, 0x20, 0x01, 0x28, 0x02, 0x52,
|
|
|
|
|
0x06, 0x4f, 0x72, 0x67, 0x4c, 0x61, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x53, 0x6f, 0x72, 0x74, 0x49,
|
|
|
|
|
0x64, 0x18, 0x18, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x53, 0x6f, 0x72, 0x74, 0x49, 0x64, 0x12,
|
|
|
|
|
0x12, 0x0a, 0x04, 0x42, 0x55, 0x73, 0x65, 0x18, 0x19, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x42,
|
|
|
|
|
0x55, 0x73, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x43,
|
|
|
|
|
0x6f, 0x64, 0x65, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x50, 0x72, 0x6f, 0x76, 0x69,
|
|
|
|
|
0x6e, 0x63, 0x65, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x43, 0x69, 0x74, 0x79, 0x43,
|
|
|
|
|
0x6f, 0x64, 0x65, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x43, 0x69, 0x74, 0x79, 0x43,
|
|
|
|
|
0x6f, 0x64, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x44, 0x69, 0x73, 0x74, 0x72, 0x69, 0x63, 0x74, 0x43,
|
|
|
|
|
0x6f, 0x64, 0x65, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x44, 0x69, 0x73, 0x74, 0x72,
|
|
|
|
|
0x69, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x4c, 0x61, 0x73, 0x74, 0x55,
|
|
|
|
|
0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
|
0x52, 0x0f, 0x4c, 0x61, 0x73, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x54, 0x69, 0x6d,
|
|
|
|
|
0x65, 0x12, 0x1a, 0x0a, 0x08, 0x41, 0x72, 0x65, 0x61, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x1e, 0x20,
|
|
|
|
|
0x01, 0x28, 0x09, 0x52, 0x08, 0x41, 0x72, 0x65, 0x61, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x26, 0x0a,
|
|
|
|
|
0x0e, 0x49, 0x73, 0x42, 0x72, 0x61, 0x6e, 0x63, 0x68, 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x18,
|
|
|
|
|
0x1f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x49, 0x73, 0x42, 0x72, 0x61, 0x6e, 0x63, 0x68, 0x53,
|
|
|
|
|
0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x12, 0x24, 0x0a, 0x0d, 0x4f, 0x72, 0x67, 0x4d, 0x61, 0x6e, 0x61,
|
|
|
|
|
0x67, 0x65, 0x72, 0x49, 0x64, 0x73, 0x18, 0x20, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0d, 0x4f, 0x72,
|
|
|
|
|
0x67, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x49, 0x64, 0x73, 0x12, 0x2c, 0x0a, 0x11, 0x46,
|
|
|
|
|
0x6f, 0x72, 0x63, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73,
|
|
|
|
|
0x18, 0x21, 0x20, 0x03, 0x28, 0x09, 0x52, 0x11, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x55, 0x70, 0x64,
|
|
|
|
|
0x61, 0x74, 0x65, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x41, 0x63, 0x74,
|
|
|
|
|
0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x22, 0x20, 0x01, 0x28,
|
|
|
|
|
0x09, 0x52, 0x0e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49,
|
|
|
|
|
0x64, 0x12, 0x28, 0x0a, 0x0f, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x70, 0x41, 0x64, 0x64,
|
|
|
|
|
0x72, 0x65, 0x73, 0x73, 0x18, 0x23, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x41, 0x63, 0x74, 0x69,
|
|
|
|
|
0x6f, 0x6e, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0xc4, 0x02, 0x0a, 0x08,
|
|
|
|
|
0x51, 0x75, 0x65, 0x72, 0x79, 0x41, 0x72, 0x67, 0x12, 0x12, 0x0a, 0x04, 0x50, 0x61, 0x67, 0x65,
|
|
|
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x50, 0x61, 0x67, 0x65, 0x12, 0x14, 0x0a, 0x05,
|
|
|
|
|
0x4c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x4c, 0x69, 0x6d,
|
|
|
|
|
0x69, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x41, 0x72, 0x65, 0x61, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x03,
|
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x41, 0x72, 0x65, 0x61, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x12,
|
|
|
|
|
0x0a, 0x04, 0x42, 0x55, 0x73, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x42, 0x55,
|
|
|
|
|
0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x4f, 0x72, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20,
|
|
|
|
|
0x01, 0x28, 0x05, 0x52, 0x07, 0x4f, 0x72, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07,
|
|
|
|
|
0x4f, 0x72, 0x67, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x4f,
|
|
|
|
|
0x72, 0x67, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x58, 0x78, 0x62, 0x78, 0x6c, 0x78,
|
|
|
|
|
0x6d, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x58, 0x78, 0x62, 0x78, 0x6c, 0x78, 0x6d,
|
|
|
|
|
0x12, 0x1a, 0x0a, 0x08, 0x42, 0x75, 0x72, 0x65, 0x61, 0x75, 0x49, 0x64, 0x18, 0x08, 0x20, 0x01,
|
|
|
|
|
0x28, 0x09, 0x52, 0x08, 0x42, 0x75, 0x72, 0x65, 0x61, 0x75, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c,
|
|
|
|
|
0x49, 0x73, 0x4d, 0x61, 0x69, 0x6e, 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x18, 0x09, 0x20, 0x01,
|
|
|
|
|
0x28, 0x08, 0x52, 0x0c, 0x49, 0x73, 0x4d, 0x61, 0x69, 0x6e, 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c,
|
|
|
|
|
0x12, 0x26, 0x0a, 0x0e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e,
|
|
|
|
|
0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e,
|
|
|
|
|
0x49, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e,
|
|
|
|
|
0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x41, 0x63, 0x74, 0x69,
|
|
|
|
|
0x6f, 0x6e, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
|
|
|
0x6f, 0x6e, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28,
|
|
|
|
|
0x09, 0x52, 0x0f, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65,
|
|
|
|
|
0x73, 0x73, 0x32, 0x83, 0x08, 0x0a, 0x16, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e,
|
|
|
|
|
0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x12, 0x56, 0x0a,
|
|
|
|
|
0x13, 0x47, 0x65, 0x74, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61,
|
|
|
|
|
0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1f, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e,
|
|
|
|
|
0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4d, 0x6f, 0x64,
|
|
|
|
|
0x65, 0x6c, 0x41, 0x72, 0x67, 0x1a, 0x1c, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61,
|
|
|
|
|
0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65,
|
|
|
|
|
0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x56, 0x0a, 0x13, 0x41, 0x64, 0x64, 0x42, 0x61, 0x73, 0x65,
|
|
|
|
|
0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1f, 0x2e, 0x42,
|
|
|
|
|
0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50,
|
|
|
|
|
0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x41, 0x72, 0x67, 0x1a, 0x1c, 0x2e,
|
|
|
|
|
0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
|
|
|
|
0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x5d, 0x0a,
|
|
|
|
|
0x16, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e,
|
|
|
|
|
0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x23, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72,
|
|
|
|
|
0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e,
|
|
|
|
|
0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x64, 0x73, 0x41, 0x72, 0x67, 0x1a, 0x1c, 0x2e, 0x42,
|
|
|
|
|
0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50,
|
|
|
|
|
0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x59, 0x0a, 0x16,
|
|
|
|
|
0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69,
|
|
|
|
|
0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1f, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67,
|
|
|
|
|
0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4d,
|
|
|
|
|
0x6f, 0x64, 0x65, 0x6c, 0x41, 0x72, 0x67, 0x1a, 0x1c, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72,
|
|
|
|
|
0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e,
|
|
|
|
|
0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x57, 0x0a, 0x14, 0x50, 0x61, 0x67, 0x65, 0x42,
|
|
|
|
|
0x73, 0x73, 0x22, 0x65, 0x0a, 0x05, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x53,
|
|
|
|
|
0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x53, 0x75,
|
|
|
|
|
0x63, 0x63, 0x65, 0x73, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
|
|
|
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12,
|
|
|
|
|
0x14, 0x0a, 0x05, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05,
|
|
|
|
|
0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x04, 0x20,
|
|
|
|
|
0x01, 0x28, 0x09, 0x52, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x72, 0x0a, 0x0c, 0x44, 0x65, 0x6c,
|
|
|
|
|
0x65, 0x74, 0x65, 0x49, 0x64, 0x73, 0x41, 0x72, 0x67, 0x12, 0x10, 0x0a, 0x03, 0x49, 0x64, 0x73,
|
|
|
|
|
0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x03, 0x49, 0x64, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x41,
|
|
|
|
|
0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20,
|
|
|
|
|
0x01, 0x28, 0x09, 0x52, 0x0e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, 0x6f,
|
|
|
|
|
0x6e, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x70, 0x41,
|
|
|
|
|
0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x41, 0x63,
|
|
|
|
|
0x74, 0x69, 0x6f, 0x6e, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0xdc, 0x08,
|
|
|
|
|
0x0a, 0x16, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69,
|
|
|
|
|
0x6f, 0x6e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x12, 0x56, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x42,
|
|
|
|
|
0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12,
|
|
|
|
|
0x1f, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69,
|
|
|
|
|
0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x41, 0x72, 0x67,
|
|
|
|
|
0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x41, 0x72, 0x67,
|
|
|
|
|
0x1a, 0x1c, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74,
|
|
|
|
|
0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00,
|
|
|
|
|
0x12, 0x66, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65, 0x42,
|
|
|
|
|
0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12,
|
|
|
|
|
0x27, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69,
|
|
|
|
|
0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65,
|
|
|
|
|
0x51, 0x75, 0x65, 0x72, 0x79, 0x41, 0x72, 0x67, 0x1a, 0x1c, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f,
|
|
|
|
|
0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f,
|
|
|
|
|
0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x53, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x42,
|
|
|
|
|
0x75, 0x72, 0x65, 0x61, 0x75, 0x4f, 0x72, 0x67, 0x54, 0x72, 0x65, 0x65, 0x12, 0x1f, 0x2e, 0x42,
|
|
|
|
|
0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50,
|
|
|
|
|
0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x41, 0x72, 0x67, 0x1a, 0x1c, 0x2e,
|
|
|
|
|
0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
|
|
|
|
0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x58, 0x0a,
|
|
|
|
|
0x0d, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x27,
|
|
|
|
|
0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f,
|
|
|
|
|
0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65, 0x51,
|
|
|
|
|
0x75, 0x65, 0x72, 0x79, 0x41, 0x72, 0x67, 0x1a, 0x1c, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72,
|
|
|
|
|
0x12, 0x56, 0x0a, 0x13, 0x41, 0x64, 0x64, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e,
|
|
|
|
|
0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1f, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72,
|
|
|
|
|
0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e,
|
|
|
|
|
0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x57, 0x0a, 0x0c, 0x53, 0x65, 0x74, 0x45, 0x6e,
|
|
|
|
|
0x61, 0x62, 0x6c, 0x65, 0x45, 0x64, 0x75, 0x12, 0x27, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72,
|
|
|
|
|
0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x41, 0x72, 0x67, 0x1a, 0x1c, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f,
|
|
|
|
|
0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f,
|
|
|
|
|
0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x5d, 0x0a, 0x16, 0x44, 0x65, 0x6c, 0x65,
|
|
|
|
|
0x74, 0x65, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69,
|
|
|
|
|
0x6f, 0x6e, 0x12, 0x23, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a,
|
|
|
|
|
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74,
|
|
|
|
|
0x65, 0x49, 0x64, 0x73, 0x41, 0x72, 0x67, 0x1a, 0x1c, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72,
|
|
|
|
|
0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e,
|
|
|
|
|
0x4d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65, 0x51, 0x75, 0x65, 0x72, 0x79, 0x41, 0x72, 0x67,
|
|
|
|
|
0x1a, 0x1c, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74,
|
|
|
|
|
0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00,
|
|
|
|
|
0x12, 0x58, 0x0a, 0x0d, 0x53, 0x65, 0x74, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x45, 0x64,
|
|
|
|
|
0x75, 0x12, 0x27, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61,
|
|
|
|
|
0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x70,
|
|
|
|
|
0x6c, 0x65, 0x51, 0x75, 0x65, 0x72, 0x79, 0x41, 0x72, 0x67, 0x1a, 0x1c, 0x2e, 0x42, 0x61, 0x73,
|
|
|
|
|
0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x59, 0x0a, 0x16, 0x55, 0x70, 0x64, 0x61, 0x74,
|
|
|
|
|
0x65, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f,
|
|
|
|
|
0x6e, 0x12, 0x1f, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61,
|
|
|
|
|
0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x41,
|
|
|
|
|
0x72, 0x67, 0x1a, 0x1c, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a,
|
|
|
|
|
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79,
|
|
|
|
|
0x22, 0x00, 0x12, 0x57, 0x0a, 0x14, 0x50, 0x61, 0x67, 0x65, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72,
|
|
|
|
|
0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1f, 0x2e, 0x42, 0x61, 0x73,
|
|
|
|
|
0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f,
|
|
|
|
|
0x74, 0x6f, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x41, 0x72, 0x67, 0x1a, 0x1c, 0x2e, 0x42, 0x61,
|
|
|
|
|
0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72,
|
|
|
|
|
0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x66, 0x0a, 0x1b, 0x47,
|
|
|
|
|
0x65, 0x74, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72,
|
|
|
|
|
0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x27, 0x2e, 0x42, 0x61, 0x73,
|
|
|
|
|
0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f,
|
|
|
|
|
0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x5c, 0x0a, 0x17, 0x4c, 0x69,
|
|
|
|
|
0x73, 0x74, 0x4f, 0x72, 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x79, 0x4f, 0x72, 0x67, 0x4b, 0x65,
|
|
|
|
|
0x79, 0x57, 0x6f, 0x72, 0x64, 0x12, 0x21, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61,
|
|
|
|
|
0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4c, 0x69,
|
|
|
|
|
0x73, 0x74, 0x4f, 0x72, 0x67, 0x41, 0x72, 0x67, 0x1a, 0x1c, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f,
|
|
|
|
|
0x74, 0x6f, 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65, 0x51, 0x75, 0x65, 0x72, 0x79,
|
|
|
|
|
0x41, 0x72, 0x67, 0x1a, 0x1c, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69,
|
|
|
|
|
0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c,
|
|
|
|
|
0x79, 0x22, 0x00, 0x12, 0x53, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x42, 0x75, 0x72, 0x65, 0x61, 0x75,
|
|
|
|
|
0x4f, 0x72, 0x67, 0x54, 0x72, 0x65, 0x65, 0x12, 0x1f, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72,
|
|
|
|
|
0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e,
|
|
|
|
|
0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x41, 0x72, 0x67, 0x1a, 0x1c, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f,
|
|
|
|
|
0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f,
|
|
|
|
|
0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x58, 0x0a, 0x0d, 0x47, 0x65, 0x74, 0x4f,
|
|
|
|
|
0x72, 0x67, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x27, 0x2e, 0x42, 0x61, 0x73, 0x65,
|
|
|
|
|
0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74,
|
|
|
|
|
0x6f, 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65, 0x51, 0x75, 0x65, 0x72, 0x79, 0x41,
|
|
|
|
|
0x72, 0x67, 0x1a, 0x1c, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a,
|
|
|
|
|
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79,
|
|
|
|
|
0x22, 0x00, 0x12, 0x57, 0x0a, 0x0c, 0x53, 0x65, 0x74, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x45,
|
|
|
|
|
0x64, 0x75, 0x12, 0x27, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a,
|
|
|
|
|
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69,
|
|
|
|
|
0x70, 0x6c, 0x65, 0x51, 0x75, 0x65, 0x72, 0x79, 0x41, 0x72, 0x67, 0x1a, 0x1c, 0x2e, 0x42, 0x61,
|
|
|
|
|
0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72,
|
|
|
|
|
0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x58, 0x0a, 0x0d, 0x53,
|
|
|
|
|
0x65, 0x74, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x45, 0x64, 0x75, 0x12, 0x27, 0x2e, 0x42,
|
|
|
|
|
0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50,
|
|
|
|
|
0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65, 0x51, 0x75, 0x65,
|
|
|
|
|
0x72, 0x79, 0x41, 0x72, 0x67, 0x1a, 0x1c, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61,
|
|
|
|
|
0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65,
|
|
|
|
|
0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x5c, 0x0a, 0x17, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67,
|
|
|
|
|
0x49, 0x6e, 0x66, 0x6f, 0x42, 0x79, 0x4f, 0x72, 0x67, 0x4b, 0x65, 0x79, 0x57, 0x6f, 0x72, 0x64,
|
|
|
|
|
0x12, 0x21, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74,
|
|
|
|
|
0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67,
|
|
|
|
|
0x41, 0x72, 0x67, 0x1a, 0x1c, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69,
|
|
|
|
|
0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c,
|
|
|
|
|
0x79, 0x22, 0x00, 0x12, 0x57, 0x0a, 0x11, 0x4c, 0x69, 0x73, 0x74, 0x45, 0x64, 0x75, 0x42, 0x79,
|
|
|
|
|
0x43, 0x69, 0x74, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x22, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f,
|
|
|
|
|
0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f,
|
|
|
|
|
0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x42, 0x48, 0x0a, 0x16, 0x63, 0x6f, 0x6d, 0x2e,
|
|
|
|
|
0x64, 0x73, 0x69, 0x64, 0x65, 0x61, 0x6c, 0x2e, 0x64, 0x73, 0x6d, 0x69, 0x6e, 0x2e, 0x62, 0x61,
|
|
|
|
|
0x73, 0x65, 0x42, 0x10, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61,
|
|
|
|
|
0x74, 0x69, 0x6f, 0x6e, 0x50, 0x01, 0x5a, 0x17, 0x2e, 0x3b, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72,
|
|
|
|
|
0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0xa2,
|
|
|
|
|
0x02, 0x00, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
0x2e, 0x43, 0x69, 0x74, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x41, 0x72, 0x67, 0x1a, 0x1c, 0x2e, 0x42,
|
|
|
|
|
0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50,
|
|
|
|
|
0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x42, 0x48, 0x0a, 0x16,
|
|
|
|
|
0x63, 0x6f, 0x6d, 0x2e, 0x64, 0x73, 0x69, 0x64, 0x65, 0x61, 0x6c, 0x2e, 0x64, 0x73, 0x6d, 0x69,
|
|
|
|
|
0x6e, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x42, 0x10, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61,
|
|
|
|
|
0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x01, 0x5a, 0x17, 0x2e, 0x3b, 0x42, 0x61,
|
|
|
|
|
0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72,
|
|
|
|
|
0x6f, 0x74, 0x6f, 0xa2, 0x02, 0x00, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var (
|
|
|
|
@ -990,40 +1046,43 @@ func file_BaseOrganization_proto_rawDescGZIP() []byte {
|
|
|
|
|
return file_BaseOrganization_proto_rawDescData
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var file_BaseOrganization_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
|
|
|
|
|
var file_BaseOrganization_proto_msgTypes = make([]protoimpl.MessageInfo, 7)
|
|
|
|
|
var file_BaseOrganization_proto_goTypes = []interface{}{
|
|
|
|
|
(*ListOrgArg)(nil), // 0: BaseOrganizationProto.ListOrgArg
|
|
|
|
|
(*MultipleQueryArg)(nil), // 1: BaseOrganizationProto.MultipleQueryArg
|
|
|
|
|
(*ModelArg)(nil), // 2: BaseOrganizationProto.ModelArg
|
|
|
|
|
(*QueryArg)(nil), // 3: BaseOrganizationProto.QueryArg
|
|
|
|
|
(*Reply)(nil), // 4: BaseOrganizationProto.Reply
|
|
|
|
|
(*DeleteIdsArg)(nil), // 5: BaseOrganizationProto.DeleteIdsArg
|
|
|
|
|
(*CityCodeArg)(nil), // 0: BaseOrganizationProto.CityCodeArg
|
|
|
|
|
(*ListOrgArg)(nil), // 1: BaseOrganizationProto.ListOrgArg
|
|
|
|
|
(*MultipleQueryArg)(nil), // 2: BaseOrganizationProto.MultipleQueryArg
|
|
|
|
|
(*ModelArg)(nil), // 3: BaseOrganizationProto.ModelArg
|
|
|
|
|
(*QueryArg)(nil), // 4: BaseOrganizationProto.QueryArg
|
|
|
|
|
(*Reply)(nil), // 5: BaseOrganizationProto.Reply
|
|
|
|
|
(*DeleteIdsArg)(nil), // 6: BaseOrganizationProto.DeleteIdsArg
|
|
|
|
|
}
|
|
|
|
|
var file_BaseOrganization_proto_depIdxs = []int32{
|
|
|
|
|
2, // 0: BaseOrganizationProto.BaseOrganizationManage.GetBaseOrganization:input_type -> BaseOrganizationProto.ModelArg
|
|
|
|
|
2, // 1: BaseOrganizationProto.BaseOrganizationManage.AddBaseOrganization:input_type -> BaseOrganizationProto.ModelArg
|
|
|
|
|
5, // 2: BaseOrganizationProto.BaseOrganizationManage.DeleteBaseOrganization:input_type -> BaseOrganizationProto.DeleteIdsArg
|
|
|
|
|
2, // 3: BaseOrganizationProto.BaseOrganizationManage.UpdateBaseOrganization:input_type -> BaseOrganizationProto.ModelArg
|
|
|
|
|
3, // 4: BaseOrganizationProto.BaseOrganizationManage.PageBaseOrganization:input_type -> BaseOrganizationProto.QueryArg
|
|
|
|
|
1, // 5: BaseOrganizationProto.BaseOrganizationManage.GetMultipleBaseOrganization:input_type -> BaseOrganizationProto.MultipleQueryArg
|
|
|
|
|
2, // 6: BaseOrganizationProto.BaseOrganizationManage.GetBureauOrgTree:input_type -> BaseOrganizationProto.ModelArg
|
|
|
|
|
1, // 7: BaseOrganizationProto.BaseOrganizationManage.GetOrgManager:input_type -> BaseOrganizationProto.MultipleQueryArg
|
|
|
|
|
1, // 8: BaseOrganizationProto.BaseOrganizationManage.SetEnableEdu:input_type -> BaseOrganizationProto.MultipleQueryArg
|
|
|
|
|
1, // 9: BaseOrganizationProto.BaseOrganizationManage.SetDisableEdu:input_type -> BaseOrganizationProto.MultipleQueryArg
|
|
|
|
|
0, // 10: BaseOrganizationProto.BaseOrganizationManage.ListOrgInfoByOrgKeyWord:input_type -> BaseOrganizationProto.ListOrgArg
|
|
|
|
|
4, // 11: BaseOrganizationProto.BaseOrganizationManage.GetBaseOrganization:output_type -> BaseOrganizationProto.Reply
|
|
|
|
|
4, // 12: BaseOrganizationProto.BaseOrganizationManage.AddBaseOrganization:output_type -> BaseOrganizationProto.Reply
|
|
|
|
|
4, // 13: BaseOrganizationProto.BaseOrganizationManage.DeleteBaseOrganization:output_type -> BaseOrganizationProto.Reply
|
|
|
|
|
4, // 14: BaseOrganizationProto.BaseOrganizationManage.UpdateBaseOrganization:output_type -> BaseOrganizationProto.Reply
|
|
|
|
|
4, // 15: BaseOrganizationProto.BaseOrganizationManage.PageBaseOrganization:output_type -> BaseOrganizationProto.Reply
|
|
|
|
|
4, // 16: BaseOrganizationProto.BaseOrganizationManage.GetMultipleBaseOrganization:output_type -> BaseOrganizationProto.Reply
|
|
|
|
|
4, // 17: BaseOrganizationProto.BaseOrganizationManage.GetBureauOrgTree:output_type -> BaseOrganizationProto.Reply
|
|
|
|
|
4, // 18: BaseOrganizationProto.BaseOrganizationManage.GetOrgManager:output_type -> BaseOrganizationProto.Reply
|
|
|
|
|
4, // 19: BaseOrganizationProto.BaseOrganizationManage.SetEnableEdu:output_type -> BaseOrganizationProto.Reply
|
|
|
|
|
4, // 20: BaseOrganizationProto.BaseOrganizationManage.SetDisableEdu:output_type -> BaseOrganizationProto.Reply
|
|
|
|
|
4, // 21: BaseOrganizationProto.BaseOrganizationManage.ListOrgInfoByOrgKeyWord:output_type -> BaseOrganizationProto.Reply
|
|
|
|
|
11, // [11:22] is the sub-list for method output_type
|
|
|
|
|
0, // [0:11] is the sub-list for method input_type
|
|
|
|
|
3, // 0: BaseOrganizationProto.BaseOrganizationManage.GetBaseOrganization:input_type -> BaseOrganizationProto.ModelArg
|
|
|
|
|
3, // 1: BaseOrganizationProto.BaseOrganizationManage.AddBaseOrganization:input_type -> BaseOrganizationProto.ModelArg
|
|
|
|
|
6, // 2: BaseOrganizationProto.BaseOrganizationManage.DeleteBaseOrganization:input_type -> BaseOrganizationProto.DeleteIdsArg
|
|
|
|
|
3, // 3: BaseOrganizationProto.BaseOrganizationManage.UpdateBaseOrganization:input_type -> BaseOrganizationProto.ModelArg
|
|
|
|
|
4, // 4: BaseOrganizationProto.BaseOrganizationManage.PageBaseOrganization:input_type -> BaseOrganizationProto.QueryArg
|
|
|
|
|
2, // 5: BaseOrganizationProto.BaseOrganizationManage.GetMultipleBaseOrganization:input_type -> BaseOrganizationProto.MultipleQueryArg
|
|
|
|
|
3, // 6: BaseOrganizationProto.BaseOrganizationManage.GetBureauOrgTree:input_type -> BaseOrganizationProto.ModelArg
|
|
|
|
|
2, // 7: BaseOrganizationProto.BaseOrganizationManage.GetOrgManager:input_type -> BaseOrganizationProto.MultipleQueryArg
|
|
|
|
|
2, // 8: BaseOrganizationProto.BaseOrganizationManage.SetEnableEdu:input_type -> BaseOrganizationProto.MultipleQueryArg
|
|
|
|
|
2, // 9: BaseOrganizationProto.BaseOrganizationManage.SetDisableEdu:input_type -> BaseOrganizationProto.MultipleQueryArg
|
|
|
|
|
1, // 10: BaseOrganizationProto.BaseOrganizationManage.ListOrgInfoByOrgKeyWord:input_type -> BaseOrganizationProto.ListOrgArg
|
|
|
|
|
0, // 11: BaseOrganizationProto.BaseOrganizationManage.ListEduByCityCode:input_type -> BaseOrganizationProto.CityCodeArg
|
|
|
|
|
5, // 12: BaseOrganizationProto.BaseOrganizationManage.GetBaseOrganization:output_type -> BaseOrganizationProto.Reply
|
|
|
|
|
5, // 13: BaseOrganizationProto.BaseOrganizationManage.AddBaseOrganization:output_type -> BaseOrganizationProto.Reply
|
|
|
|
|
5, // 14: BaseOrganizationProto.BaseOrganizationManage.DeleteBaseOrganization:output_type -> BaseOrganizationProto.Reply
|
|
|
|
|
5, // 15: BaseOrganizationProto.BaseOrganizationManage.UpdateBaseOrganization:output_type -> BaseOrganizationProto.Reply
|
|
|
|
|
5, // 16: BaseOrganizationProto.BaseOrganizationManage.PageBaseOrganization:output_type -> BaseOrganizationProto.Reply
|
|
|
|
|
5, // 17: BaseOrganizationProto.BaseOrganizationManage.GetMultipleBaseOrganization:output_type -> BaseOrganizationProto.Reply
|
|
|
|
|
5, // 18: BaseOrganizationProto.BaseOrganizationManage.GetBureauOrgTree:output_type -> BaseOrganizationProto.Reply
|
|
|
|
|
5, // 19: BaseOrganizationProto.BaseOrganizationManage.GetOrgManager:output_type -> BaseOrganizationProto.Reply
|
|
|
|
|
5, // 20: BaseOrganizationProto.BaseOrganizationManage.SetEnableEdu:output_type -> BaseOrganizationProto.Reply
|
|
|
|
|
5, // 21: BaseOrganizationProto.BaseOrganizationManage.SetDisableEdu:output_type -> BaseOrganizationProto.Reply
|
|
|
|
|
5, // 22: BaseOrganizationProto.BaseOrganizationManage.ListOrgInfoByOrgKeyWord:output_type -> BaseOrganizationProto.Reply
|
|
|
|
|
5, // 23: BaseOrganizationProto.BaseOrganizationManage.ListEduByCityCode:output_type -> BaseOrganizationProto.Reply
|
|
|
|
|
12, // [12:24] is the sub-list for method output_type
|
|
|
|
|
0, // [0:12] is the sub-list for method input_type
|
|
|
|
|
0, // [0:0] is the sub-list for extension type_name
|
|
|
|
|
0, // [0:0] is the sub-list for extension extendee
|
|
|
|
|
0, // [0:0] is the sub-list for field type_name
|
|
|
|
@ -1036,7 +1095,7 @@ func file_BaseOrganization_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
if !protoimpl.UnsafeEnabled {
|
|
|
|
|
file_BaseOrganization_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*ListOrgArg); i {
|
|
|
|
|
switch v := v.(*CityCodeArg); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -1048,7 +1107,7 @@ func file_BaseOrganization_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_BaseOrganization_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*MultipleQueryArg); i {
|
|
|
|
|
switch v := v.(*ListOrgArg); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -1060,7 +1119,7 @@ func file_BaseOrganization_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_BaseOrganization_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*ModelArg); i {
|
|
|
|
|
switch v := v.(*MultipleQueryArg); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -1072,7 +1131,7 @@ func file_BaseOrganization_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_BaseOrganization_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*QueryArg); i {
|
|
|
|
|
switch v := v.(*ModelArg); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -1084,7 +1143,7 @@ func file_BaseOrganization_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_BaseOrganization_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*Reply); i {
|
|
|
|
|
switch v := v.(*QueryArg); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -1096,6 +1155,18 @@ func file_BaseOrganization_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_BaseOrganization_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*Reply); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
case 2:
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
default:
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_BaseOrganization_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*DeleteIdsArg); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
@ -1114,7 +1185,7 @@ func file_BaseOrganization_proto_init() {
|
|
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
|
|
RawDescriptor: file_BaseOrganization_proto_rawDesc,
|
|
|
|
|
NumEnums: 0,
|
|
|
|
|
NumMessages: 6,
|
|
|
|
|
NumMessages: 7,
|
|
|
|
|
NumExtensions: 0,
|
|
|
|
|
NumServices: 1,
|
|
|
|
|
},
|
|
|
|
@ -1163,6 +1234,8 @@ type BaseOrganizationManageClient interface {
|
|
|
|
|
SetDisableEdu(ctx context.Context, in *MultipleQueryArg, opts ...grpc.CallOption) (*Reply, error)
|
|
|
|
|
//根据单位名称的关键字和管理员的人员ID查询单位列表
|
|
|
|
|
ListOrgInfoByOrgKeyWord(ctx context.Context, in *ListOrgArg, opts ...grpc.CallOption) (*Reply, error)
|
|
|
|
|
//根据市的行政区划码获取教育局列表
|
|
|
|
|
ListEduByCityCode(ctx context.Context, in *CityCodeArg, opts ...grpc.CallOption) (*Reply, error)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type baseOrganizationManageClient struct {
|
|
|
|
@ -1272,6 +1345,15 @@ func (c *baseOrganizationManageClient) ListOrgInfoByOrgKeyWord(ctx context.Conte
|
|
|
|
|
return out, nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (c *baseOrganizationManageClient) ListEduByCityCode(ctx context.Context, in *CityCodeArg, opts ...grpc.CallOption) (*Reply, error) {
|
|
|
|
|
out := new(Reply)
|
|
|
|
|
err := c.cc.Invoke(ctx, "/BaseOrganizationProto.BaseOrganizationManage/ListEduByCityCode", in, out, opts...)
|
|
|
|
|
if err != nil {
|
|
|
|
|
return nil, err
|
|
|
|
|
}
|
|
|
|
|
return out, nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// BaseOrganizationManageServer is the server API for BaseOrganizationManage service.
|
|
|
|
|
type BaseOrganizationManageServer interface {
|
|
|
|
|
//获取单条
|
|
|
|
@ -1297,6 +1379,8 @@ type BaseOrganizationManageServer interface {
|
|
|
|
|
SetDisableEdu(context.Context, *MultipleQueryArg) (*Reply, error)
|
|
|
|
|
//根据单位名称的关键字和管理员的人员ID查询单位列表
|
|
|
|
|
ListOrgInfoByOrgKeyWord(context.Context, *ListOrgArg) (*Reply, error)
|
|
|
|
|
//根据市的行政区划码获取教育局列表
|
|
|
|
|
ListEduByCityCode(context.Context, *CityCodeArg) (*Reply, error)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// UnimplementedBaseOrganizationManageServer can be embedded to have forward compatible implementations.
|
|
|
|
@ -1336,6 +1420,9 @@ func (*UnimplementedBaseOrganizationManageServer) SetDisableEdu(context.Context,
|
|
|
|
|
func (*UnimplementedBaseOrganizationManageServer) ListOrgInfoByOrgKeyWord(context.Context, *ListOrgArg) (*Reply, error) {
|
|
|
|
|
return nil, status.Errorf(codes.Unimplemented, "method ListOrgInfoByOrgKeyWord not implemented")
|
|
|
|
|
}
|
|
|
|
|
func (*UnimplementedBaseOrganizationManageServer) ListEduByCityCode(context.Context, *CityCodeArg) (*Reply, error) {
|
|
|
|
|
return nil, status.Errorf(codes.Unimplemented, "method ListEduByCityCode not implemented")
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func RegisterBaseOrganizationManageServer(s *grpc.Server, srv BaseOrganizationManageServer) {
|
|
|
|
|
s.RegisterService(&_BaseOrganizationManage_serviceDesc, srv)
|
|
|
|
@ -1539,6 +1626,24 @@ func _BaseOrganizationManage_ListOrgInfoByOrgKeyWord_Handler(srv interface{}, ct
|
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func _BaseOrganizationManage_ListEduByCityCode_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
|
in := new(CityCodeArg)
|
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
|
return nil, err
|
|
|
|
|
}
|
|
|
|
|
if interceptor == nil {
|
|
|
|
|
return srv.(BaseOrganizationManageServer).ListEduByCityCode(ctx, in)
|
|
|
|
|
}
|
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
|
Server: srv,
|
|
|
|
|
FullMethod: "/BaseOrganizationProto.BaseOrganizationManage/ListEduByCityCode",
|
|
|
|
|
}
|
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
|
return srv.(BaseOrganizationManageServer).ListEduByCityCode(ctx, req.(*CityCodeArg))
|
|
|
|
|
}
|
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var _BaseOrganizationManage_serviceDesc = grpc.ServiceDesc{
|
|
|
|
|
ServiceName: "BaseOrganizationProto.BaseOrganizationManage",
|
|
|
|
|
HandlerType: (*BaseOrganizationManageServer)(nil),
|
|
|
|
@ -1587,6 +1692,10 @@ var _BaseOrganizationManage_serviceDesc = grpc.ServiceDesc{
|
|
|
|
|
MethodName: "ListOrgInfoByOrgKeyWord",
|
|
|
|
|
Handler: _BaseOrganizationManage_ListOrgInfoByOrgKeyWord_Handler,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
MethodName: "ListEduByCityCode",
|
|
|
|
|
Handler: _BaseOrganizationManage_ListEduByCityCode_Handler,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Streams: []grpc.StreamDesc{},
|
|
|
|
|
Metadata: "BaseOrganization.proto",
|
|
|
|
|