|
|
|
@ -1471,9 +1471,10 @@ type GetSubTreeRequest_Body struct {
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
ContainerId []byte `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
|
|
|
|
|
TreeId string `protobuf:"bytes,2,opt,name=tree_id,json=treeId,proto3" json:"tree_id,omitempty"`
|
|
|
|
|
Nodes []uint64 `protobuf:"varint,3,rep,packed,name=nodes,proto3" json:"nodes,omitempty"`
|
|
|
|
|
ContainerId []byte `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
|
|
|
|
|
TreeId string `protobuf:"bytes,2,opt,name=tree_id,json=treeId,proto3" json:"tree_id,omitempty"`
|
|
|
|
|
RootId uint64 `protobuf:"varint,3,opt,name=root_id,json=rootId,proto3" json:"root_id,omitempty"`
|
|
|
|
|
Depth uint32 `protobuf:"varint,4,opt,name=depth,proto3" json:"depth,omitempty"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GetSubTreeRequest_Body) Reset() {
|
|
|
|
@ -1522,66 +1523,18 @@ func (x *GetSubTreeRequest_Body) GetTreeId() string {
|
|
|
|
|
return ""
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GetSubTreeRequest_Body) GetNodes() []uint64 {
|
|
|
|
|
func (x *GetSubTreeRequest_Body) GetRootId() uint64 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Nodes
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type GetSubTreeResponse_Info struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
NodeId uint64 `protobuf:"varint,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
|
|
|
|
|
Meta []*KeyValue `protobuf:"bytes,2,rep,name=meta,proto3" json:"meta,omitempty"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GetSubTreeResponse_Info) Reset() {
|
|
|
|
|
*x = GetSubTreeResponse_Info{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_pkg_services_tree_service_proto_msgTypes[26]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GetSubTreeResponse_Info) String() string {
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*GetSubTreeResponse_Info) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *GetSubTreeResponse_Info) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_pkg_services_tree_service_proto_msgTypes[26]
|
|
|
|
|
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 GetSubTreeResponse_Info.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*GetSubTreeResponse_Info) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_pkg_services_tree_service_proto_rawDescGZIP(), []int{11, 0}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GetSubTreeResponse_Info) GetNodeId() uint64 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.NodeId
|
|
|
|
|
return x.RootId
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GetSubTreeResponse_Info) GetMeta() []*KeyValue {
|
|
|
|
|
func (x *GetSubTreeRequest_Body) GetDepth() uint32 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Meta
|
|
|
|
|
return x.Depth
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type GetSubTreeResponse_Body struct {
|
|
|
|
@ -1589,13 +1542,16 @@ type GetSubTreeResponse_Body struct {
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
Info []*GetSubTreeResponse_Info `protobuf:"bytes,1,rep,name=info,proto3" json:"info,omitempty"`
|
|
|
|
|
NodeId uint64 `protobuf:"varint,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
|
|
|
|
|
ParentId uint64 `protobuf:"varint,2,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
|
|
|
|
|
Timestamp uint64 `protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
|
|
|
|
|
Meta []*KeyValue `protobuf:"bytes,4,rep,name=meta,proto3" json:"meta,omitempty"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GetSubTreeResponse_Body) Reset() {
|
|
|
|
|
*x = GetSubTreeResponse_Body{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_pkg_services_tree_service_proto_msgTypes[27]
|
|
|
|
|
mi := &file_pkg_services_tree_service_proto_msgTypes[26]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -1608,7 +1564,7 @@ func (x *GetSubTreeResponse_Body) String() string {
|
|
|
|
|
func (*GetSubTreeResponse_Body) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *GetSubTreeResponse_Body) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_pkg_services_tree_service_proto_msgTypes[27]
|
|
|
|
|
mi := &file_pkg_services_tree_service_proto_msgTypes[26]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -1621,12 +1577,33 @@ func (x *GetSubTreeResponse_Body) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use GetSubTreeResponse_Body.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*GetSubTreeResponse_Body) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_pkg_services_tree_service_proto_rawDescGZIP(), []int{11, 1}
|
|
|
|
|
return file_pkg_services_tree_service_proto_rawDescGZIP(), []int{11, 0}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GetSubTreeResponse_Body) GetInfo() []*GetSubTreeResponse_Info {
|
|
|
|
|
func (x *GetSubTreeResponse_Body) GetNodeId() uint64 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Info
|
|
|
|
|
return x.NodeId
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GetSubTreeResponse_Body) GetParentId() uint64 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.ParentId
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GetSubTreeResponse_Body) GetTimestamp() uint64 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Timestamp
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GetSubTreeResponse_Body) GetMeta() []*KeyValue {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Meta
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
@ -1644,7 +1621,7 @@ type ApplyRequest_Body struct {
|
|
|
|
|
func (x *ApplyRequest_Body) Reset() {
|
|
|
|
|
*x = ApplyRequest_Body{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_pkg_services_tree_service_proto_msgTypes[28]
|
|
|
|
|
mi := &file_pkg_services_tree_service_proto_msgTypes[27]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -1657,7 +1634,7 @@ func (x *ApplyRequest_Body) String() string {
|
|
|
|
|
func (*ApplyRequest_Body) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *ApplyRequest_Body) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_pkg_services_tree_service_proto_msgTypes[28]
|
|
|
|
|
mi := &file_pkg_services_tree_service_proto_msgTypes[27]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -1703,7 +1680,7 @@ type ApplyResponse_Body struct {
|
|
|
|
|
func (x *ApplyResponse_Body) Reset() {
|
|
|
|
|
*x = ApplyResponse_Body{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_pkg_services_tree_service_proto_msgTypes[29]
|
|
|
|
|
mi := &file_pkg_services_tree_service_proto_msgTypes[28]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -1716,7 +1693,7 @@ func (x *ApplyResponse_Body) String() string {
|
|
|
|
|
func (*ApplyResponse_Body) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *ApplyResponse_Body) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_pkg_services_tree_service_proto_msgTypes[29]
|
|
|
|
|
mi := &file_pkg_services_tree_service_proto_msgTypes[28]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -1876,86 +1853,88 @@ var file_pkg_services_tree_service_proto_rawDesc = []byte{
|
|
|
|
|
0x05, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x74,
|
|
|
|
|
0x72, 0x65, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x42, 0x79, 0x50, 0x61, 0x74,
|
|
|
|
|
0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x05,
|
|
|
|
|
0x6e, 0x6f, 0x64, 0x65, 0x73, 0x22, 0xce, 0x01, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x53, 0x75, 0x62,
|
|
|
|
|
0x6e, 0x6f, 0x64, 0x65, 0x73, 0x22, 0xe7, 0x01, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x53, 0x75, 0x62,
|
|
|
|
|
0x54, 0x72, 0x65, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x04, 0x62,
|
|
|
|
|
0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x74, 0x72, 0x65, 0x65,
|
|
|
|
|
0x2e, 0x47, 0x65, 0x74, 0x53, 0x75, 0x62, 0x54, 0x72, 0x65, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
|
|
|
0x73, 0x74, 0x2e, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x2d, 0x0a,
|
|
|
|
|
0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
|
|
|
|
|
0x32, 0x0f, 0x2e, 0x74, 0x72, 0x65, 0x65, 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72,
|
|
|
|
|
0x65, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x1a, 0x58, 0x0a, 0x04,
|
|
|
|
|
0x65, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x1a, 0x71, 0x0a, 0x04,
|
|
|
|
|
0x42, 0x6f, 0x64, 0x79, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65,
|
|
|
|
|
0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x63, 0x6f, 0x6e, 0x74,
|
|
|
|
|
0x61, 0x69, 0x6e, 0x65, 0x72, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x74, 0x72, 0x65, 0x65, 0x5f,
|
|
|
|
|
0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x72, 0x65, 0x65, 0x49, 0x64,
|
|
|
|
|
0x12, 0x14, 0x0a, 0x05, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x04, 0x52,
|
|
|
|
|
0x05, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x22, 0xf6, 0x01, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x53, 0x75,
|
|
|
|
|
0x62, 0x54, 0x72, 0x65, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x31, 0x0a,
|
|
|
|
|
0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x74, 0x72,
|
|
|
|
|
0x12, 0x17, 0x0a, 0x07, 0x72, 0x6f, 0x6f, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
|
|
|
0x04, 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x74, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x64, 0x65, 0x70,
|
|
|
|
|
0x74, 0x68, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x64, 0x65, 0x70, 0x74, 0x68, 0x22,
|
|
|
|
|
0xf6, 0x01, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x53, 0x75, 0x62, 0x54, 0x72, 0x65, 0x65, 0x52, 0x65,
|
|
|
|
|
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x31, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01,
|
|
|
|
|
0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x74, 0x72, 0x65, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x53,
|
|
|
|
|
0x75, 0x62, 0x54, 0x72, 0x65, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x42,
|
|
|
|
|
0x6f, 0x64, 0x79, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x2d, 0x0a, 0x09, 0x73, 0x69, 0x67,
|
|
|
|
|
0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x74,
|
|
|
|
|
0x72, 0x65, 0x65, 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x52, 0x09, 0x73,
|
|
|
|
|
0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x1a, 0x7e, 0x0a, 0x04, 0x42, 0x6f, 0x64, 0x79,
|
|
|
|
|
0x12, 0x17, 0x0a, 0x07, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
|
|
0x04, 0x52, 0x06, 0x6e, 0x6f, 0x64, 0x65, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x61, 0x72,
|
|
|
|
|
0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x70, 0x61,
|
|
|
|
|
0x72, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74,
|
|
|
|
|
0x61, 0x6d, 0x70, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73,
|
|
|
|
|
0x74, 0x61, 0x6d, 0x70, 0x12, 0x22, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x04, 0x20, 0x03,
|
|
|
|
|
0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x74, 0x72, 0x65, 0x65, 0x2e, 0x4b, 0x65, 0x79, 0x56, 0x61, 0x6c,
|
|
|
|
|
0x75, 0x65, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0xdb, 0x01, 0x0a, 0x0c, 0x41, 0x70, 0x70,
|
|
|
|
|
0x6c, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2b, 0x0a, 0x04, 0x62, 0x6f, 0x64,
|
|
|
|
|
0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x74, 0x72, 0x65, 0x65, 0x2e, 0x41,
|
|
|
|
|
0x70, 0x70, 0x6c, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x42, 0x6f, 0x64, 0x79,
|
|
|
|
|
0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x2d, 0x0a, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74,
|
|
|
|
|
0x75, 0x72, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x74, 0x72, 0x65, 0x65,
|
|
|
|
|
0x2e, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e,
|
|
|
|
|
0x61, 0x74, 0x75, 0x72, 0x65, 0x1a, 0x6f, 0x0a, 0x04, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x21, 0x0a,
|
|
|
|
|
0x0c, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20,
|
|
|
|
|
0x01, 0x28, 0x0c, 0x52, 0x0b, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x49, 0x64,
|
|
|
|
|
0x12, 0x17, 0x0a, 0x07, 0x74, 0x72, 0x65, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
|
|
|
0x09, 0x52, 0x06, 0x74, 0x72, 0x65, 0x65, 0x49, 0x64, 0x12, 0x2b, 0x0a, 0x09, 0x6f, 0x70, 0x65,
|
|
|
|
|
0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x74,
|
|
|
|
|
0x72, 0x65, 0x65, 0x2e, 0x4c, 0x6f, 0x67, 0x4d, 0x6f, 0x76, 0x65, 0x52, 0x09, 0x6f, 0x70, 0x65,
|
|
|
|
|
0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x74, 0x0a, 0x0d, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52,
|
|
|
|
|
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2c, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18,
|
|
|
|
|
0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x74, 0x72, 0x65, 0x65, 0x2e, 0x41, 0x70, 0x70,
|
|
|
|
|
0x6c, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x42, 0x6f, 0x64, 0x79, 0x52,
|
|
|
|
|
0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x2d, 0x0a, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75,
|
|
|
|
|
0x72, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x74, 0x72, 0x65, 0x65, 0x2e,
|
|
|
|
|
0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61,
|
|
|
|
|
0x74, 0x75, 0x72, 0x65, 0x1a, 0x06, 0x0a, 0x04, 0x42, 0x6f, 0x64, 0x79, 0x32, 0x9a, 0x03, 0x0a,
|
|
|
|
|
0x0b, 0x54, 0x72, 0x65, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x03,
|
|
|
|
|
0x41, 0x64, 0x64, 0x12, 0x10, 0x2e, 0x74, 0x72, 0x65, 0x65, 0x2e, 0x41, 0x64, 0x64, 0x52, 0x65,
|
|
|
|
|
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x11, 0x2e, 0x74, 0x72, 0x65, 0x65, 0x2e, 0x41, 0x64, 0x64,
|
|
|
|
|
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3c, 0x0a, 0x09, 0x41, 0x64, 0x64, 0x42,
|
|
|
|
|
0x79, 0x50, 0x61, 0x74, 0x68, 0x12, 0x16, 0x2e, 0x74, 0x72, 0x65, 0x65, 0x2e, 0x41, 0x64, 0x64,
|
|
|
|
|
0x42, 0x79, 0x50, 0x61, 0x74, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e,
|
|
|
|
|
0x74, 0x72, 0x65, 0x65, 0x2e, 0x41, 0x64, 0x64, 0x42, 0x79, 0x50, 0x61, 0x74, 0x68, 0x52, 0x65,
|
|
|
|
|
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x33, 0x0a, 0x06, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65,
|
|
|
|
|
0x12, 0x13, 0x2e, 0x74, 0x72, 0x65, 0x65, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x52, 0x65,
|
|
|
|
|
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x14, 0x2e, 0x74, 0x72, 0x65, 0x65, 0x2e, 0x52, 0x65, 0x6d,
|
|
|
|
|
0x6f, 0x76, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2d, 0x0a, 0x04, 0x4d,
|
|
|
|
|
0x6f, 0x76, 0x65, 0x12, 0x11, 0x2e, 0x74, 0x72, 0x65, 0x65, 0x2e, 0x4d, 0x6f, 0x76, 0x65, 0x52,
|
|
|
|
|
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x12, 0x2e, 0x74, 0x72, 0x65, 0x65, 0x2e, 0x4d, 0x6f,
|
|
|
|
|
0x76, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x48, 0x0a, 0x0d, 0x47, 0x65,
|
|
|
|
|
0x74, 0x4e, 0x6f, 0x64, 0x65, 0x42, 0x79, 0x50, 0x61, 0x74, 0x68, 0x12, 0x1a, 0x2e, 0x74, 0x72,
|
|
|
|
|
0x65, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x42, 0x79, 0x50, 0x61, 0x74, 0x68,
|
|
|
|
|
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x74, 0x72, 0x65, 0x65, 0x2e, 0x47,
|
|
|
|
|
0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x42, 0x79, 0x50, 0x61, 0x74, 0x68, 0x52, 0x65, 0x73, 0x70,
|
|
|
|
|
0x6f, 0x6e, 0x73, 0x65, 0x12, 0x41, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x53, 0x75, 0x62, 0x54, 0x72,
|
|
|
|
|
0x65, 0x65, 0x12, 0x17, 0x2e, 0x74, 0x72, 0x65, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x75, 0x62,
|
|
|
|
|
0x54, 0x72, 0x65, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x18, 0x2e, 0x74, 0x72,
|
|
|
|
|
0x65, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x75, 0x62, 0x54, 0x72, 0x65, 0x65, 0x52, 0x65, 0x73,
|
|
|
|
|
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79,
|
|
|
|
|
0x12, 0x2d, 0x0a, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x18, 0x02, 0x20,
|
|
|
|
|
0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x74, 0x72, 0x65, 0x65, 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x61,
|
|
|
|
|
0x74, 0x75, 0x72, 0x65, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x1a,
|
|
|
|
|
0x43, 0x0a, 0x04, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x17, 0x0a, 0x07, 0x6e, 0x6f, 0x64, 0x65, 0x5f,
|
|
|
|
|
0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x6e, 0x6f, 0x64, 0x65, 0x49, 0x64,
|
|
|
|
|
0x12, 0x22, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0e,
|
|
|
|
|
0x2e, 0x74, 0x72, 0x65, 0x65, 0x2e, 0x4b, 0x65, 0x79, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x04,
|
|
|
|
|
0x6d, 0x65, 0x74, 0x61, 0x1a, 0x39, 0x0a, 0x04, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x31, 0x0a, 0x04,
|
|
|
|
|
0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x74, 0x72, 0x65,
|
|
|
|
|
0x65, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x75, 0x62, 0x54, 0x72, 0x65, 0x65, 0x52, 0x65, 0x73, 0x70,
|
|
|
|
|
0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x22,
|
|
|
|
|
0xdb, 0x01, 0x0a, 0x0c, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
|
|
|
0x12, 0x2b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17,
|
|
|
|
|
0x2e, 0x74, 0x72, 0x65, 0x65, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
|
|
|
0x73, 0x74, 0x2e, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x2d, 0x0a,
|
|
|
|
|
0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
|
|
|
|
|
0x32, 0x0f, 0x2e, 0x74, 0x72, 0x65, 0x65, 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72,
|
|
|
|
|
0x65, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x1a, 0x6f, 0x0a, 0x04,
|
|
|
|
|
0x42, 0x6f, 0x64, 0x79, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65,
|
|
|
|
|
0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x63, 0x6f, 0x6e, 0x74,
|
|
|
|
|
0x61, 0x69, 0x6e, 0x65, 0x72, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x74, 0x72, 0x65, 0x65, 0x5f,
|
|
|
|
|
0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x72, 0x65, 0x65, 0x49, 0x64,
|
|
|
|
|
0x12, 0x2b, 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20,
|
|
|
|
|
0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x74, 0x72, 0x65, 0x65, 0x2e, 0x4c, 0x6f, 0x67, 0x4d, 0x6f,
|
|
|
|
|
0x76, 0x65, 0x52, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x74, 0x0a,
|
|
|
|
|
0x0d, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2c,
|
|
|
|
|
0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x74,
|
|
|
|
|
0x72, 0x65, 0x65, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
|
|
|
|
|
0x65, 0x2e, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x2d, 0x0a, 0x09,
|
|
|
|
|
0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
|
|
|
|
0x0f, 0x2e, 0x74, 0x72, 0x65, 0x65, 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65,
|
|
|
|
|
0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x1a, 0x06, 0x0a, 0x04, 0x42,
|
|
|
|
|
0x6f, 0x64, 0x79, 0x32, 0x98, 0x03, 0x0a, 0x0b, 0x54, 0x72, 0x65, 0x65, 0x53, 0x65, 0x72, 0x76,
|
|
|
|
|
0x69, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x03, 0x41, 0x64, 0x64, 0x12, 0x10, 0x2e, 0x74, 0x72, 0x65,
|
|
|
|
|
0x65, 0x2e, 0x41, 0x64, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x11, 0x2e, 0x74,
|
|
|
|
|
0x72, 0x65, 0x65, 0x2e, 0x41, 0x64, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
|
|
|
|
|
0x3c, 0x0a, 0x09, 0x41, 0x64, 0x64, 0x42, 0x79, 0x50, 0x61, 0x74, 0x68, 0x12, 0x16, 0x2e, 0x74,
|
|
|
|
|
0x72, 0x65, 0x65, 0x2e, 0x41, 0x64, 0x64, 0x42, 0x79, 0x50, 0x61, 0x74, 0x68, 0x52, 0x65, 0x71,
|
|
|
|
|
0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e, 0x74, 0x72, 0x65, 0x65, 0x2e, 0x41, 0x64, 0x64, 0x42,
|
|
|
|
|
0x79, 0x50, 0x61, 0x74, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x33, 0x0a,
|
|
|
|
|
0x06, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x12, 0x13, 0x2e, 0x74, 0x72, 0x65, 0x65, 0x2e, 0x52,
|
|
|
|
|
0x65, 0x6d, 0x6f, 0x76, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x14, 0x2e, 0x74,
|
|
|
|
|
0x72, 0x65, 0x65, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
|
|
|
0x73, 0x65, 0x12, 0x2d, 0x0a, 0x04, 0x4d, 0x6f, 0x76, 0x65, 0x12, 0x11, 0x2e, 0x74, 0x72, 0x65,
|
|
|
|
|
0x65, 0x2e, 0x4d, 0x6f, 0x76, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x12, 0x2e,
|
|
|
|
|
0x74, 0x72, 0x65, 0x65, 0x2e, 0x4d, 0x6f, 0x76, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
|
|
|
|
|
0x65, 0x12, 0x48, 0x0a, 0x0d, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x42, 0x79, 0x50, 0x61,
|
|
|
|
|
0x74, 0x68, 0x12, 0x1a, 0x2e, 0x74, 0x72, 0x65, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64,
|
|
|
|
|
0x65, 0x42, 0x79, 0x50, 0x61, 0x74, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b,
|
|
|
|
|
0x2e, 0x74, 0x72, 0x65, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x42, 0x79, 0x50,
|
|
|
|
|
0x61, 0x74, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3f, 0x0a, 0x0a, 0x47,
|
|
|
|
|
0x65, 0x74, 0x53, 0x75, 0x62, 0x54, 0x72, 0x65, 0x65, 0x12, 0x17, 0x2e, 0x74, 0x72, 0x65, 0x65,
|
|
|
|
|
0x2e, 0x47, 0x65, 0x74, 0x53, 0x75, 0x62, 0x54, 0x72, 0x65, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
|
|
|
0x73, 0x74, 0x1a, 0x18, 0x2e, 0x74, 0x72, 0x65, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x75, 0x62,
|
|
|
|
|
0x54, 0x72, 0x65, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x30, 0x0a, 0x05,
|
|
|
|
|
0x41, 0x70, 0x70, 0x6c, 0x79, 0x12, 0x12, 0x2e, 0x74, 0x72, 0x65, 0x65, 0x2e, 0x41, 0x70, 0x70,
|
|
|
|
|
0x6c, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x13, 0x2e, 0x74, 0x72, 0x65, 0x65,
|
|
|
|
|
0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x33,
|
|
|
|
|
0x5a, 0x31, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6e, 0x73, 0x70,
|
|
|
|
|
0x63, 0x63, 0x2d, 0x64, 0x65, 0x76, 0x2f, 0x6e, 0x65, 0x6f, 0x66, 0x73, 0x2d, 0x6e, 0x6f, 0x64,
|
|
|
|
|
0x65, 0x2f, 0x70, 0x6b, 0x67, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x74,
|
|
|
|
|
0x72, 0x65, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x30, 0x01, 0x12, 0x30, 0x0a, 0x05, 0x41, 0x70, 0x70, 0x6c, 0x79,
|
|
|
|
|
0x12, 0x12, 0x2e, 0x74, 0x72, 0x65, 0x65, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x65, 0x71,
|
|
|
|
|
0x75, 0x65, 0x73, 0x74, 0x1a, 0x13, 0x2e, 0x74, 0x72, 0x65, 0x65, 0x2e, 0x41, 0x70, 0x70, 0x6c,
|
|
|
|
|
0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x33, 0x5a, 0x31, 0x67, 0x69, 0x74,
|
|
|
|
|
0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6e, 0x73, 0x70, 0x63, 0x63, 0x2d, 0x64, 0x65,
|
|
|
|
|
0x76, 0x2f, 0x6e, 0x65, 0x6f, 0x66, 0x73, 0x2d, 0x6e, 0x6f, 0x64, 0x65, 0x2f, 0x70, 0x6b, 0x67,
|
|
|
|
|
0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x74, 0x72, 0x65, 0x65, 0x62, 0x06,
|
|
|
|
|
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var (
|
|
|
|
@ -1970,7 +1949,7 @@ func file_pkg_services_tree_service_proto_rawDescGZIP() []byte {
|
|
|
|
|
return file_pkg_services_tree_service_proto_rawDescData
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var file_pkg_services_tree_service_proto_msgTypes = make([]protoimpl.MessageInfo, 30)
|
|
|
|
|
var file_pkg_services_tree_service_proto_msgTypes = make([]protoimpl.MessageInfo, 29)
|
|
|
|
|
var file_pkg_services_tree_service_proto_goTypes = []interface{}{
|
|
|
|
|
(*AddRequest)(nil), // 0: tree.AddRequest
|
|
|
|
|
(*AddResponse)(nil), // 1: tree.AddResponse
|
|
|
|
@ -1998,70 +1977,68 @@ var file_pkg_services_tree_service_proto_goTypes = []interface{}{
|
|
|
|
|
(*GetNodeByPathResponse_Info)(nil), // 23: tree.GetNodeByPathResponse.Info
|
|
|
|
|
(*GetNodeByPathResponse_Body)(nil), // 24: tree.GetNodeByPathResponse.Body
|
|
|
|
|
(*GetSubTreeRequest_Body)(nil), // 25: tree.GetSubTreeRequest.Body
|
|
|
|
|
(*GetSubTreeResponse_Info)(nil), // 26: tree.GetSubTreeResponse.Info
|
|
|
|
|
(*GetSubTreeResponse_Body)(nil), // 27: tree.GetSubTreeResponse.Body
|
|
|
|
|
(*ApplyRequest_Body)(nil), // 28: tree.ApplyRequest.Body
|
|
|
|
|
(*ApplyResponse_Body)(nil), // 29: tree.ApplyResponse.Body
|
|
|
|
|
(*Signature)(nil), // 30: tree.Signature
|
|
|
|
|
(*KeyValue)(nil), // 31: tree.KeyValue
|
|
|
|
|
(*LogMove)(nil), // 32: tree.LogMove
|
|
|
|
|
(*GetSubTreeResponse_Body)(nil), // 26: tree.GetSubTreeResponse.Body
|
|
|
|
|
(*ApplyRequest_Body)(nil), // 27: tree.ApplyRequest.Body
|
|
|
|
|
(*ApplyResponse_Body)(nil), // 28: tree.ApplyResponse.Body
|
|
|
|
|
(*Signature)(nil), // 29: tree.Signature
|
|
|
|
|
(*KeyValue)(nil), // 30: tree.KeyValue
|
|
|
|
|
(*LogMove)(nil), // 31: tree.LogMove
|
|
|
|
|
}
|
|
|
|
|
var file_pkg_services_tree_service_proto_depIdxs = []int32{
|
|
|
|
|
14, // 0: tree.AddRequest.body:type_name -> tree.AddRequest.Body
|
|
|
|
|
30, // 1: tree.AddRequest.signature:type_name -> tree.Signature
|
|
|
|
|
29, // 1: tree.AddRequest.signature:type_name -> tree.Signature
|
|
|
|
|
15, // 2: tree.AddResponse.body:type_name -> tree.AddResponse.Body
|
|
|
|
|
30, // 3: tree.AddResponse.signature:type_name -> tree.Signature
|
|
|
|
|
29, // 3: tree.AddResponse.signature:type_name -> tree.Signature
|
|
|
|
|
16, // 4: tree.AddByPathRequest.body:type_name -> tree.AddByPathRequest.Body
|
|
|
|
|
30, // 5: tree.AddByPathRequest.signature:type_name -> tree.Signature
|
|
|
|
|
29, // 5: tree.AddByPathRequest.signature:type_name -> tree.Signature
|
|
|
|
|
17, // 6: tree.AddByPathResponse.body:type_name -> tree.AddByPathResponse.Body
|
|
|
|
|
30, // 7: tree.AddByPathResponse.signature:type_name -> tree.Signature
|
|
|
|
|
29, // 7: tree.AddByPathResponse.signature:type_name -> tree.Signature
|
|
|
|
|
18, // 8: tree.RemoveRequest.body:type_name -> tree.RemoveRequest.Body
|
|
|
|
|
30, // 9: tree.RemoveRequest.signature:type_name -> tree.Signature
|
|
|
|
|
29, // 9: tree.RemoveRequest.signature:type_name -> tree.Signature
|
|
|
|
|
19, // 10: tree.RemoveResponse.body:type_name -> tree.RemoveResponse.Body
|
|
|
|
|
30, // 11: tree.RemoveResponse.signature:type_name -> tree.Signature
|
|
|
|
|
29, // 11: tree.RemoveResponse.signature:type_name -> tree.Signature
|
|
|
|
|
20, // 12: tree.MoveRequest.body:type_name -> tree.MoveRequest.Body
|
|
|
|
|
30, // 13: tree.MoveRequest.signature:type_name -> tree.Signature
|
|
|
|
|
29, // 13: tree.MoveRequest.signature:type_name -> tree.Signature
|
|
|
|
|
21, // 14: tree.MoveResponse.body:type_name -> tree.MoveResponse.Body
|
|
|
|
|
30, // 15: tree.MoveResponse.signature:type_name -> tree.Signature
|
|
|
|
|
29, // 15: tree.MoveResponse.signature:type_name -> tree.Signature
|
|
|
|
|
22, // 16: tree.GetNodeByPathRequest.body:type_name -> tree.GetNodeByPathRequest.Body
|
|
|
|
|
30, // 17: tree.GetNodeByPathRequest.signature:type_name -> tree.Signature
|
|
|
|
|
29, // 17: tree.GetNodeByPathRequest.signature:type_name -> tree.Signature
|
|
|
|
|
24, // 18: tree.GetNodeByPathResponse.body:type_name -> tree.GetNodeByPathResponse.Body
|
|
|
|
|
30, // 19: tree.GetNodeByPathResponse.signature:type_name -> tree.Signature
|
|
|
|
|
29, // 19: tree.GetNodeByPathResponse.signature:type_name -> tree.Signature
|
|
|
|
|
25, // 20: tree.GetSubTreeRequest.body:type_name -> tree.GetSubTreeRequest.Body
|
|
|
|
|
30, // 21: tree.GetSubTreeRequest.signature:type_name -> tree.Signature
|
|
|
|
|
27, // 22: tree.GetSubTreeResponse.body:type_name -> tree.GetSubTreeResponse.Body
|
|
|
|
|
30, // 23: tree.GetSubTreeResponse.signature:type_name -> tree.Signature
|
|
|
|
|
28, // 24: tree.ApplyRequest.body:type_name -> tree.ApplyRequest.Body
|
|
|
|
|
30, // 25: tree.ApplyRequest.signature:type_name -> tree.Signature
|
|
|
|
|
29, // 26: tree.ApplyResponse.body:type_name -> tree.ApplyResponse.Body
|
|
|
|
|
30, // 27: tree.ApplyResponse.signature:type_name -> tree.Signature
|
|
|
|
|
31, // 28: tree.AddRequest.Body.meta:type_name -> tree.KeyValue
|
|
|
|
|
31, // 29: tree.AddByPathRequest.Body.meta:type_name -> tree.KeyValue
|
|
|
|
|
31, // 30: tree.MoveRequest.Body.meta:type_name -> tree.KeyValue
|
|
|
|
|
31, // 31: tree.GetNodeByPathResponse.Info.meta:type_name -> tree.KeyValue
|
|
|
|
|
29, // 21: tree.GetSubTreeRequest.signature:type_name -> tree.Signature
|
|
|
|
|
26, // 22: tree.GetSubTreeResponse.body:type_name -> tree.GetSubTreeResponse.Body
|
|
|
|
|
29, // 23: tree.GetSubTreeResponse.signature:type_name -> tree.Signature
|
|
|
|
|
27, // 24: tree.ApplyRequest.body:type_name -> tree.ApplyRequest.Body
|
|
|
|
|
29, // 25: tree.ApplyRequest.signature:type_name -> tree.Signature
|
|
|
|
|
28, // 26: tree.ApplyResponse.body:type_name -> tree.ApplyResponse.Body
|
|
|
|
|
29, // 27: tree.ApplyResponse.signature:type_name -> tree.Signature
|
|
|
|
|
30, // 28: tree.AddRequest.Body.meta:type_name -> tree.KeyValue
|
|
|
|
|
30, // 29: tree.AddByPathRequest.Body.meta:type_name -> tree.KeyValue
|
|
|
|
|
30, // 30: tree.MoveRequest.Body.meta:type_name -> tree.KeyValue
|
|
|
|
|
30, // 31: tree.GetNodeByPathResponse.Info.meta:type_name -> tree.KeyValue
|
|
|
|
|
23, // 32: tree.GetNodeByPathResponse.Body.nodes:type_name -> tree.GetNodeByPathResponse.Info
|
|
|
|
|
31, // 33: tree.GetSubTreeResponse.Info.meta:type_name -> tree.KeyValue
|
|
|
|
|
26, // 34: tree.GetSubTreeResponse.Body.info:type_name -> tree.GetSubTreeResponse.Info
|
|
|
|
|
32, // 35: tree.ApplyRequest.Body.operation:type_name -> tree.LogMove
|
|
|
|
|
0, // 36: tree.TreeService.Add:input_type -> tree.AddRequest
|
|
|
|
|
2, // 37: tree.TreeService.AddByPath:input_type -> tree.AddByPathRequest
|
|
|
|
|
4, // 38: tree.TreeService.Remove:input_type -> tree.RemoveRequest
|
|
|
|
|
6, // 39: tree.TreeService.Move:input_type -> tree.MoveRequest
|
|
|
|
|
8, // 40: tree.TreeService.GetNodeByPath:input_type -> tree.GetNodeByPathRequest
|
|
|
|
|
10, // 41: tree.TreeService.GetSubTree:input_type -> tree.GetSubTreeRequest
|
|
|
|
|
12, // 42: tree.TreeService.Apply:input_type -> tree.ApplyRequest
|
|
|
|
|
1, // 43: tree.TreeService.Add:output_type -> tree.AddResponse
|
|
|
|
|
3, // 44: tree.TreeService.AddByPath:output_type -> tree.AddByPathResponse
|
|
|
|
|
5, // 45: tree.TreeService.Remove:output_type -> tree.RemoveResponse
|
|
|
|
|
7, // 46: tree.TreeService.Move:output_type -> tree.MoveResponse
|
|
|
|
|
9, // 47: tree.TreeService.GetNodeByPath:output_type -> tree.GetNodeByPathResponse
|
|
|
|
|
11, // 48: tree.TreeService.GetSubTree:output_type -> tree.GetSubTreeResponse
|
|
|
|
|
13, // 49: tree.TreeService.Apply:output_type -> tree.ApplyResponse
|
|
|
|
|
43, // [43:50] is the sub-list for method output_type
|
|
|
|
|
36, // [36:43] is the sub-list for method input_type
|
|
|
|
|
36, // [36:36] is the sub-list for extension type_name
|
|
|
|
|
36, // [36:36] is the sub-list for extension extendee
|
|
|
|
|
0, // [0:36] is the sub-list for field type_name
|
|
|
|
|
30, // 33: tree.GetSubTreeResponse.Body.meta:type_name -> tree.KeyValue
|
|
|
|
|
31, // 34: tree.ApplyRequest.Body.operation:type_name -> tree.LogMove
|
|
|
|
|
0, // 35: tree.TreeService.Add:input_type -> tree.AddRequest
|
|
|
|
|
2, // 36: tree.TreeService.AddByPath:input_type -> tree.AddByPathRequest
|
|
|
|
|
4, // 37: tree.TreeService.Remove:input_type -> tree.RemoveRequest
|
|
|
|
|
6, // 38: tree.TreeService.Move:input_type -> tree.MoveRequest
|
|
|
|
|
8, // 39: tree.TreeService.GetNodeByPath:input_type -> tree.GetNodeByPathRequest
|
|
|
|
|
10, // 40: tree.TreeService.GetSubTree:input_type -> tree.GetSubTreeRequest
|
|
|
|
|
12, // 41: tree.TreeService.Apply:input_type -> tree.ApplyRequest
|
|
|
|
|
1, // 42: tree.TreeService.Add:output_type -> tree.AddResponse
|
|
|
|
|
3, // 43: tree.TreeService.AddByPath:output_type -> tree.AddByPathResponse
|
|
|
|
|
5, // 44: tree.TreeService.Remove:output_type -> tree.RemoveResponse
|
|
|
|
|
7, // 45: tree.TreeService.Move:output_type -> tree.MoveResponse
|
|
|
|
|
9, // 46: tree.TreeService.GetNodeByPath:output_type -> tree.GetNodeByPathResponse
|
|
|
|
|
11, // 47: tree.TreeService.GetSubTree:output_type -> tree.GetSubTreeResponse
|
|
|
|
|
13, // 48: tree.TreeService.Apply:output_type -> tree.ApplyResponse
|
|
|
|
|
42, // [42:49] is the sub-list for method output_type
|
|
|
|
|
35, // [35:42] is the sub-list for method input_type
|
|
|
|
|
35, // [35:35] is the sub-list for extension type_name
|
|
|
|
|
35, // [35:35] is the sub-list for extension extendee
|
|
|
|
|
0, // [0:35] is the sub-list for field type_name
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func init() { file_pkg_services_tree_service_proto_init() }
|
|
|
|
@ -2384,18 +2361,6 @@ func file_pkg_services_tree_service_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_pkg_services_tree_service_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*GetSubTreeResponse_Info); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
case 2:
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
default:
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_pkg_services_tree_service_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*GetSubTreeResponse_Body); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
@ -2407,7 +2372,7 @@ func file_pkg_services_tree_service_proto_init() {
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_pkg_services_tree_service_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
file_pkg_services_tree_service_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*ApplyRequest_Body); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
@ -2419,7 +2384,7 @@ func file_pkg_services_tree_service_proto_init() {
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_pkg_services_tree_service_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
file_pkg_services_tree_service_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*ApplyResponse_Body); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
@ -2438,7 +2403,7 @@ func file_pkg_services_tree_service_proto_init() {
|
|
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
|
|
RawDescriptor: file_pkg_services_tree_service_proto_rawDesc,
|
|
|
|
|
NumEnums: 0,
|
|
|
|
|
NumMessages: 30,
|
|
|
|
|
NumMessages: 29,
|
|
|
|
|
NumExtensions: 0,
|
|
|
|
|
NumServices: 1,
|
|
|
|
|
},
|
|
|
|
|