|
@@ -267,26 +267,25 @@ impl ::protobuf::reflect::ProtobufValue for CreateDocRequest {
|
|
}
|
|
}
|
|
|
|
|
|
#[derive(PartialEq,Clone,Default)]
|
|
#[derive(PartialEq,Clone,Default)]
|
|
-pub struct Doc {
|
|
|
|
|
|
+pub struct DocDescription {
|
|
// message fields
|
|
// message fields
|
|
pub id: ::std::string::String,
|
|
pub id: ::std::string::String,
|
|
pub name: ::std::string::String,
|
|
pub name: ::std::string::String,
|
|
pub desc: ::std::string::String,
|
|
pub desc: ::std::string::String,
|
|
pub path: ::std::string::String,
|
|
pub path: ::std::string::String,
|
|
- pub content: ::std::string::String,
|
|
|
|
// special fields
|
|
// special fields
|
|
pub unknown_fields: ::protobuf::UnknownFields,
|
|
pub unknown_fields: ::protobuf::UnknownFields,
|
|
pub cached_size: ::protobuf::CachedSize,
|
|
pub cached_size: ::protobuf::CachedSize,
|
|
}
|
|
}
|
|
|
|
|
|
-impl<'a> ::std::default::Default for &'a Doc {
|
|
|
|
- fn default() -> &'a Doc {
|
|
|
|
- <Doc as ::protobuf::Message>::default_instance()
|
|
|
|
|
|
+impl<'a> ::std::default::Default for &'a DocDescription {
|
|
|
|
+ fn default() -> &'a DocDescription {
|
|
|
|
+ <DocDescription as ::protobuf::Message>::default_instance()
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-impl Doc {
|
|
|
|
- pub fn new() -> Doc {
|
|
|
|
|
|
+impl DocDescription {
|
|
|
|
+ pub fn new() -> DocDescription {
|
|
::std::default::Default::default()
|
|
::std::default::Default::default()
|
|
}
|
|
}
|
|
|
|
|
|
@@ -393,35 +392,9 @@ impl Doc {
|
|
pub fn take_path(&mut self) -> ::std::string::String {
|
|
pub fn take_path(&mut self) -> ::std::string::String {
|
|
::std::mem::replace(&mut self.path, ::std::string::String::new())
|
|
::std::mem::replace(&mut self.path, ::std::string::String::new())
|
|
}
|
|
}
|
|
-
|
|
|
|
- // string content = 5;
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- pub fn get_content(&self) -> &str {
|
|
|
|
- &self.content
|
|
|
|
- }
|
|
|
|
- pub fn clear_content(&mut self) {
|
|
|
|
- self.content.clear();
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- // Param is passed by value, moved
|
|
|
|
- pub fn set_content(&mut self, v: ::std::string::String) {
|
|
|
|
- self.content = v;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- // Mutable pointer to the field.
|
|
|
|
- // If field is not initialized, it is initialized with default value first.
|
|
|
|
- pub fn mut_content(&mut self) -> &mut ::std::string::String {
|
|
|
|
- &mut self.content
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- // Take field
|
|
|
|
- pub fn take_content(&mut self) -> ::std::string::String {
|
|
|
|
- ::std::mem::replace(&mut self.content, ::std::string::String::new())
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
|
|
|
|
-impl ::protobuf::Message for Doc {
|
|
|
|
|
|
+impl ::protobuf::Message for DocDescription {
|
|
fn is_initialized(&self) -> bool {
|
|
fn is_initialized(&self) -> bool {
|
|
true
|
|
true
|
|
}
|
|
}
|
|
@@ -442,9 +415,6 @@ impl ::protobuf::Message for Doc {
|
|
4 => {
|
|
4 => {
|
|
::protobuf::rt::read_singular_proto3_string_into(wire_type, is, &mut self.path)?;
|
|
::protobuf::rt::read_singular_proto3_string_into(wire_type, is, &mut self.path)?;
|
|
},
|
|
},
|
|
- 5 => {
|
|
|
|
- ::protobuf::rt::read_singular_proto3_string_into(wire_type, is, &mut self.content)?;
|
|
|
|
- },
|
|
|
|
_ => {
|
|
_ => {
|
|
::protobuf::rt::read_unknown_or_skip_group(field_number, wire_type, is, self.mut_unknown_fields())?;
|
|
::protobuf::rt::read_unknown_or_skip_group(field_number, wire_type, is, self.mut_unknown_fields())?;
|
|
},
|
|
},
|
|
@@ -469,9 +439,6 @@ impl ::protobuf::Message for Doc {
|
|
if !self.path.is_empty() {
|
|
if !self.path.is_empty() {
|
|
my_size += ::protobuf::rt::string_size(4, &self.path);
|
|
my_size += ::protobuf::rt::string_size(4, &self.path);
|
|
}
|
|
}
|
|
- if !self.content.is_empty() {
|
|
|
|
- my_size += ::protobuf::rt::string_size(5, &self.content);
|
|
|
|
- }
|
|
|
|
my_size += ::protobuf::rt::unknown_fields_size(self.get_unknown_fields());
|
|
my_size += ::protobuf::rt::unknown_fields_size(self.get_unknown_fields());
|
|
self.cached_size.set(my_size);
|
|
self.cached_size.set(my_size);
|
|
my_size
|
|
my_size
|
|
@@ -490,9 +457,6 @@ impl ::protobuf::Message for Doc {
|
|
if !self.path.is_empty() {
|
|
if !self.path.is_empty() {
|
|
os.write_string(4, &self.path)?;
|
|
os.write_string(4, &self.path)?;
|
|
}
|
|
}
|
|
- if !self.content.is_empty() {
|
|
|
|
- os.write_string(5, &self.content)?;
|
|
|
|
- }
|
|
|
|
os.write_unknown_fields(self.get_unknown_fields())?;
|
|
os.write_unknown_fields(self.get_unknown_fields())?;
|
|
::std::result::Result::Ok(())
|
|
::std::result::Result::Ok(())
|
|
}
|
|
}
|
|
@@ -523,8 +487,8 @@ impl ::protobuf::Message for Doc {
|
|
Self::descriptor_static()
|
|
Self::descriptor_static()
|
|
}
|
|
}
|
|
|
|
|
|
- fn new() -> Doc {
|
|
|
|
- Doc::new()
|
|
|
|
|
|
+ fn new() -> DocDescription {
|
|
|
|
+ DocDescription::new()
|
|
}
|
|
}
|
|
|
|
|
|
fn descriptor_static() -> &'static ::protobuf::reflect::MessageDescriptor {
|
|
fn descriptor_static() -> &'static ::protobuf::reflect::MessageDescriptor {
|
|
@@ -533,23 +497,236 @@ impl ::protobuf::Message for Doc {
|
|
let mut fields = ::std::vec::Vec::new();
|
|
let mut fields = ::std::vec::Vec::new();
|
|
fields.push(::protobuf::reflect::accessor::make_simple_field_accessor::<_, ::protobuf::types::ProtobufTypeString>(
|
|
fields.push(::protobuf::reflect::accessor::make_simple_field_accessor::<_, ::protobuf::types::ProtobufTypeString>(
|
|
"id",
|
|
"id",
|
|
- |m: &Doc| { &m.id },
|
|
|
|
- |m: &mut Doc| { &mut m.id },
|
|
|
|
|
|
+ |m: &DocDescription| { &m.id },
|
|
|
|
+ |m: &mut DocDescription| { &mut m.id },
|
|
));
|
|
));
|
|
fields.push(::protobuf::reflect::accessor::make_simple_field_accessor::<_, ::protobuf::types::ProtobufTypeString>(
|
|
fields.push(::protobuf::reflect::accessor::make_simple_field_accessor::<_, ::protobuf::types::ProtobufTypeString>(
|
|
"name",
|
|
"name",
|
|
- |m: &Doc| { &m.name },
|
|
|
|
- |m: &mut Doc| { &mut m.name },
|
|
|
|
|
|
+ |m: &DocDescription| { &m.name },
|
|
|
|
+ |m: &mut DocDescription| { &mut m.name },
|
|
));
|
|
));
|
|
fields.push(::protobuf::reflect::accessor::make_simple_field_accessor::<_, ::protobuf::types::ProtobufTypeString>(
|
|
fields.push(::protobuf::reflect::accessor::make_simple_field_accessor::<_, ::protobuf::types::ProtobufTypeString>(
|
|
"desc",
|
|
"desc",
|
|
- |m: &Doc| { &m.desc },
|
|
|
|
- |m: &mut Doc| { &mut m.desc },
|
|
|
|
|
|
+ |m: &DocDescription| { &m.desc },
|
|
|
|
+ |m: &mut DocDescription| { &mut m.desc },
|
|
));
|
|
));
|
|
fields.push(::protobuf::reflect::accessor::make_simple_field_accessor::<_, ::protobuf::types::ProtobufTypeString>(
|
|
fields.push(::protobuf::reflect::accessor::make_simple_field_accessor::<_, ::protobuf::types::ProtobufTypeString>(
|
|
"path",
|
|
"path",
|
|
- |m: &Doc| { &m.path },
|
|
|
|
- |m: &mut Doc| { &mut m.path },
|
|
|
|
|
|
+ |m: &DocDescription| { &m.path },
|
|
|
|
+ |m: &mut DocDescription| { &mut m.path },
|
|
|
|
+ ));
|
|
|
|
+ ::protobuf::reflect::MessageDescriptor::new_pb_name::<DocDescription>(
|
|
|
|
+ "DocDescription",
|
|
|
|
+ fields,
|
|
|
|
+ file_descriptor_proto()
|
|
|
|
+ )
|
|
|
|
+ })
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ fn default_instance() -> &'static DocDescription {
|
|
|
|
+ static instance: ::protobuf::rt::LazyV2<DocDescription> = ::protobuf::rt::LazyV2::INIT;
|
|
|
|
+ instance.get(DocDescription::new)
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+impl ::protobuf::Clear for DocDescription {
|
|
|
|
+ fn clear(&mut self) {
|
|
|
|
+ self.id.clear();
|
|
|
|
+ self.name.clear();
|
|
|
|
+ self.desc.clear();
|
|
|
|
+ self.path.clear();
|
|
|
|
+ self.unknown_fields.clear();
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+impl ::std::fmt::Debug for DocDescription {
|
|
|
|
+ fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result {
|
|
|
|
+ ::protobuf::text_format::fmt(self, f)
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+impl ::protobuf::reflect::ProtobufValue for DocDescription {
|
|
|
|
+ fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef {
|
|
|
|
+ ::protobuf::reflect::ReflectValueRef::Message(self)
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+#[derive(PartialEq,Clone,Default)]
|
|
|
|
+pub struct Doc {
|
|
|
|
+ // message fields
|
|
|
|
+ pub desc: ::protobuf::SingularPtrField<DocDescription>,
|
|
|
|
+ pub content: ::std::string::String,
|
|
|
|
+ // special fields
|
|
|
|
+ pub unknown_fields: ::protobuf::UnknownFields,
|
|
|
|
+ pub cached_size: ::protobuf::CachedSize,
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+impl<'a> ::std::default::Default for &'a Doc {
|
|
|
|
+ fn default() -> &'a Doc {
|
|
|
|
+ <Doc as ::protobuf::Message>::default_instance()
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+impl Doc {
|
|
|
|
+ pub fn new() -> Doc {
|
|
|
|
+ ::std::default::Default::default()
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ // .DocDescription desc = 1;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ pub fn get_desc(&self) -> &DocDescription {
|
|
|
|
+ self.desc.as_ref().unwrap_or_else(|| <DocDescription as ::protobuf::Message>::default_instance())
|
|
|
|
+ }
|
|
|
|
+ pub fn clear_desc(&mut self) {
|
|
|
|
+ self.desc.clear();
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ pub fn has_desc(&self) -> bool {
|
|
|
|
+ self.desc.is_some()
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ // Param is passed by value, moved
|
|
|
|
+ pub fn set_desc(&mut self, v: DocDescription) {
|
|
|
|
+ self.desc = ::protobuf::SingularPtrField::some(v);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ // Mutable pointer to the field.
|
|
|
|
+ // If field is not initialized, it is initialized with default value first.
|
|
|
|
+ pub fn mut_desc(&mut self) -> &mut DocDescription {
|
|
|
|
+ if self.desc.is_none() {
|
|
|
|
+ self.desc.set_default();
|
|
|
|
+ }
|
|
|
|
+ self.desc.as_mut().unwrap()
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ // Take field
|
|
|
|
+ pub fn take_desc(&mut self) -> DocDescription {
|
|
|
|
+ self.desc.take().unwrap_or_else(|| DocDescription::new())
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ // string content = 2;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ pub fn get_content(&self) -> &str {
|
|
|
|
+ &self.content
|
|
|
|
+ }
|
|
|
|
+ pub fn clear_content(&mut self) {
|
|
|
|
+ self.content.clear();
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ // Param is passed by value, moved
|
|
|
|
+ pub fn set_content(&mut self, v: ::std::string::String) {
|
|
|
|
+ self.content = v;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ // Mutable pointer to the field.
|
|
|
|
+ // If field is not initialized, it is initialized with default value first.
|
|
|
|
+ pub fn mut_content(&mut self) -> &mut ::std::string::String {
|
|
|
|
+ &mut self.content
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ // Take field
|
|
|
|
+ pub fn take_content(&mut self) -> ::std::string::String {
|
|
|
|
+ ::std::mem::replace(&mut self.content, ::std::string::String::new())
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+impl ::protobuf::Message for Doc {
|
|
|
|
+ fn is_initialized(&self) -> bool {
|
|
|
|
+ for v in &self.desc {
|
|
|
|
+ if !v.is_initialized() {
|
|
|
|
+ return false;
|
|
|
|
+ }
|
|
|
|
+ };
|
|
|
|
+ true
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ fn merge_from(&mut self, is: &mut ::protobuf::CodedInputStream<'_>) -> ::protobuf::ProtobufResult<()> {
|
|
|
|
+ while !is.eof()? {
|
|
|
|
+ let (field_number, wire_type) = is.read_tag_unpack()?;
|
|
|
|
+ match field_number {
|
|
|
|
+ 1 => {
|
|
|
|
+ ::protobuf::rt::read_singular_message_into(wire_type, is, &mut self.desc)?;
|
|
|
|
+ },
|
|
|
|
+ 2 => {
|
|
|
|
+ ::protobuf::rt::read_singular_proto3_string_into(wire_type, is, &mut self.content)?;
|
|
|
|
+ },
|
|
|
|
+ _ => {
|
|
|
|
+ ::protobuf::rt::read_unknown_or_skip_group(field_number, wire_type, is, self.mut_unknown_fields())?;
|
|
|
|
+ },
|
|
|
|
+ };
|
|
|
|
+ }
|
|
|
|
+ ::std::result::Result::Ok(())
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ // Compute sizes of nested messages
|
|
|
|
+ #[allow(unused_variables)]
|
|
|
|
+ fn compute_size(&self) -> u32 {
|
|
|
|
+ let mut my_size = 0;
|
|
|
|
+ if let Some(ref v) = self.desc.as_ref() {
|
|
|
|
+ let len = v.compute_size();
|
|
|
|
+ my_size += 1 + ::protobuf::rt::compute_raw_varint32_size(len) + len;
|
|
|
|
+ }
|
|
|
|
+ if !self.content.is_empty() {
|
|
|
|
+ my_size += ::protobuf::rt::string_size(2, &self.content);
|
|
|
|
+ }
|
|
|
|
+ my_size += ::protobuf::rt::unknown_fields_size(self.get_unknown_fields());
|
|
|
|
+ self.cached_size.set(my_size);
|
|
|
|
+ my_size
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ fn write_to_with_cached_sizes(&self, os: &mut ::protobuf::CodedOutputStream<'_>) -> ::protobuf::ProtobufResult<()> {
|
|
|
|
+ if let Some(ref v) = self.desc.as_ref() {
|
|
|
|
+ os.write_tag(1, ::protobuf::wire_format::WireTypeLengthDelimited)?;
|
|
|
|
+ os.write_raw_varint32(v.get_cached_size())?;
|
|
|
|
+ v.write_to_with_cached_sizes(os)?;
|
|
|
|
+ }
|
|
|
|
+ if !self.content.is_empty() {
|
|
|
|
+ os.write_string(2, &self.content)?;
|
|
|
|
+ }
|
|
|
|
+ os.write_unknown_fields(self.get_unknown_fields())?;
|
|
|
|
+ ::std::result::Result::Ok(())
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ fn get_cached_size(&self) -> u32 {
|
|
|
|
+ self.cached_size.get()
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ fn get_unknown_fields(&self) -> &::protobuf::UnknownFields {
|
|
|
|
+ &self.unknown_fields
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ fn mut_unknown_fields(&mut self) -> &mut ::protobuf::UnknownFields {
|
|
|
|
+ &mut self.unknown_fields
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ fn as_any(&self) -> &dyn (::std::any::Any) {
|
|
|
|
+ self as &dyn (::std::any::Any)
|
|
|
|
+ }
|
|
|
|
+ fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) {
|
|
|
|
+ self as &mut dyn (::std::any::Any)
|
|
|
|
+ }
|
|
|
|
+ fn into_any(self: ::std::boxed::Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> {
|
|
|
|
+ self
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ fn descriptor(&self) -> &'static ::protobuf::reflect::MessageDescriptor {
|
|
|
|
+ Self::descriptor_static()
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ fn new() -> Doc {
|
|
|
|
+ Doc::new()
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ fn descriptor_static() -> &'static ::protobuf::reflect::MessageDescriptor {
|
|
|
|
+ static descriptor: ::protobuf::rt::LazyV2<::protobuf::reflect::MessageDescriptor> = ::protobuf::rt::LazyV2::INIT;
|
|
|
|
+ descriptor.get(|| {
|
|
|
|
+ let mut fields = ::std::vec::Vec::new();
|
|
|
|
+ fields.push(::protobuf::reflect::accessor::make_singular_ptr_field_accessor::<_, ::protobuf::types::ProtobufTypeMessage<DocDescription>>(
|
|
|
|
+ "desc",
|
|
|
|
+ |m: &Doc| { &m.desc },
|
|
|
|
+ |m: &mut Doc| { &mut m.desc },
|
|
));
|
|
));
|
|
fields.push(::protobuf::reflect::accessor::make_simple_field_accessor::<_, ::protobuf::types::ProtobufTypeString>(
|
|
fields.push(::protobuf::reflect::accessor::make_simple_field_accessor::<_, ::protobuf::types::ProtobufTypeString>(
|
|
"content",
|
|
"content",
|
|
@@ -572,10 +749,7 @@ impl ::protobuf::Message for Doc {
|
|
|
|
|
|
impl ::protobuf::Clear for Doc {
|
|
impl ::protobuf::Clear for Doc {
|
|
fn clear(&mut self) {
|
|
fn clear(&mut self) {
|
|
- self.id.clear();
|
|
|
|
- self.name.clear();
|
|
|
|
self.desc.clear();
|
|
self.desc.clear();
|
|
- self.path.clear();
|
|
|
|
self.content.clear();
|
|
self.content.clear();
|
|
self.unknown_fields.clear();
|
|
self.unknown_fields.clear();
|
|
}
|
|
}
|
|
@@ -596,36 +770,41 @@ impl ::protobuf::reflect::ProtobufValue for Doc {
|
|
static file_descriptor_proto_data: &'static [u8] = b"\
|
|
static file_descriptor_proto_data: &'static [u8] = b"\
|
|
\n\x10doc_create.proto\"J\n\x10CreateDocRequest\x12\x0e\n\x02id\x18\x01\
|
|
\n\x10doc_create.proto\"J\n\x10CreateDocRequest\x12\x0e\n\x02id\x18\x01\
|
|
\x20\x01(\tR\x02id\x12\x12\n\x04name\x18\x02\x20\x01(\tR\x04name\x12\x12\
|
|
\x20\x01(\tR\x02id\x12\x12\n\x04name\x18\x02\x20\x01(\tR\x04name\x12\x12\
|
|
- \n\x04desc\x18\x03\x20\x01(\tR\x04desc\"k\n\x03Doc\x12\x0e\n\x02id\x18\
|
|
|
|
- \x01\x20\x01(\tR\x02id\x12\x12\n\x04name\x18\x02\x20\x01(\tR\x04name\x12\
|
|
|
|
- \x12\n\x04desc\x18\x03\x20\x01(\tR\x04desc\x12\x12\n\x04path\x18\x04\x20\
|
|
|
|
- \x01(\tR\x04path\x12\x18\n\x07content\x18\x05\x20\x01(\tR\x07contentJ\
|
|
|
|
- \xfa\x03\n\x06\x12\x04\0\0\r\x01\n\x08\n\x01\x0c\x12\x03\0\0\x12\n\n\n\
|
|
|
|
- \x02\x04\0\x12\x04\x02\0\x06\x01\n\n\n\x03\x04\0\x01\x12\x03\x02\x08\x18\
|
|
|
|
- \n\x0b\n\x04\x04\0\x02\0\x12\x03\x03\x04\x12\n\x0c\n\x05\x04\0\x02\0\x05\
|
|
|
|
- \x12\x03\x03\x04\n\n\x0c\n\x05\x04\0\x02\0\x01\x12\x03\x03\x0b\r\n\x0c\n\
|
|
|
|
- \x05\x04\0\x02\0\x03\x12\x03\x03\x10\x11\n\x0b\n\x04\x04\0\x02\x01\x12\
|
|
|
|
- \x03\x04\x04\x14\n\x0c\n\x05\x04\0\x02\x01\x05\x12\x03\x04\x04\n\n\x0c\n\
|
|
|
|
- \x05\x04\0\x02\x01\x01\x12\x03\x04\x0b\x0f\n\x0c\n\x05\x04\0\x02\x01\x03\
|
|
|
|
- \x12\x03\x04\x12\x13\n\x0b\n\x04\x04\0\x02\x02\x12\x03\x05\x04\x14\n\x0c\
|
|
|
|
- \n\x05\x04\0\x02\x02\x05\x12\x03\x05\x04\n\n\x0c\n\x05\x04\0\x02\x02\x01\
|
|
|
|
- \x12\x03\x05\x0b\x0f\n\x0c\n\x05\x04\0\x02\x02\x03\x12\x03\x05\x12\x13\n\
|
|
|
|
- \n\n\x02\x04\x01\x12\x04\x07\0\r\x01\n\n\n\x03\x04\x01\x01\x12\x03\x07\
|
|
|
|
- \x08\x0b\n\x0b\n\x04\x04\x01\x02\0\x12\x03\x08\x04\x12\n\x0c\n\x05\x04\
|
|
|
|
- \x01\x02\0\x05\x12\x03\x08\x04\n\n\x0c\n\x05\x04\x01\x02\0\x01\x12\x03\
|
|
|
|
- \x08\x0b\r\n\x0c\n\x05\x04\x01\x02\0\x03\x12\x03\x08\x10\x11\n\x0b\n\x04\
|
|
|
|
- \x04\x01\x02\x01\x12\x03\t\x04\x14\n\x0c\n\x05\x04\x01\x02\x01\x05\x12\
|
|
|
|
- \x03\t\x04\n\n\x0c\n\x05\x04\x01\x02\x01\x01\x12\x03\t\x0b\x0f\n\x0c\n\
|
|
|
|
- \x05\x04\x01\x02\x01\x03\x12\x03\t\x12\x13\n\x0b\n\x04\x04\x01\x02\x02\
|
|
|
|
- \x12\x03\n\x04\x14\n\x0c\n\x05\x04\x01\x02\x02\x05\x12\x03\n\x04\n\n\x0c\
|
|
|
|
- \n\x05\x04\x01\x02\x02\x01\x12\x03\n\x0b\x0f\n\x0c\n\x05\x04\x01\x02\x02\
|
|
|
|
- \x03\x12\x03\n\x12\x13\n\x0b\n\x04\x04\x01\x02\x03\x12\x03\x0b\x04\x14\n\
|
|
|
|
- \x0c\n\x05\x04\x01\x02\x03\x05\x12\x03\x0b\x04\n\n\x0c\n\x05\x04\x01\x02\
|
|
|
|
- \x03\x01\x12\x03\x0b\x0b\x0f\n\x0c\n\x05\x04\x01\x02\x03\x03\x12\x03\x0b\
|
|
|
|
- \x12\x13\n\x0b\n\x04\x04\x01\x02\x04\x12\x03\x0c\x04\x17\n\x0c\n\x05\x04\
|
|
|
|
- \x01\x02\x04\x05\x12\x03\x0c\x04\n\n\x0c\n\x05\x04\x01\x02\x04\x01\x12\
|
|
|
|
- \x03\x0c\x0b\x12\n\x0c\n\x05\x04\x01\x02\x04\x03\x12\x03\x0c\x15\x16b\
|
|
|
|
- \x06proto3\
|
|
|
|
|
|
+ \n\x04desc\x18\x03\x20\x01(\tR\x04desc\"\\\n\x0eDocDescription\x12\x0e\n\
|
|
|
|
+ \x02id\x18\x01\x20\x01(\tR\x02id\x12\x12\n\x04name\x18\x02\x20\x01(\tR\
|
|
|
|
+ \x04name\x12\x12\n\x04desc\x18\x03\x20\x01(\tR\x04desc\x12\x12\n\x04path\
|
|
|
|
+ \x18\x04\x20\x01(\tR\x04path\"D\n\x03Doc\x12#\n\x04desc\x18\x01\x20\x01(\
|
|
|
|
+ \x0b2\x0f.DocDescriptionR\x04desc\x12\x18\n\x07content\x18\x02\x20\x01(\
|
|
|
|
+ \tR\x07contentJ\xc9\x04\n\x06\x12\x04\0\0\x10\x01\n\x08\n\x01\x0c\x12\
|
|
|
|
+ \x03\0\0\x12\n\n\n\x02\x04\0\x12\x04\x02\0\x06\x01\n\n\n\x03\x04\0\x01\
|
|
|
|
+ \x12\x03\x02\x08\x18\n\x0b\n\x04\x04\0\x02\0\x12\x03\x03\x04\x12\n\x0c\n\
|
|
|
|
+ \x05\x04\0\x02\0\x05\x12\x03\x03\x04\n\n\x0c\n\x05\x04\0\x02\0\x01\x12\
|
|
|
|
+ \x03\x03\x0b\r\n\x0c\n\x05\x04\0\x02\0\x03\x12\x03\x03\x10\x11\n\x0b\n\
|
|
|
|
+ \x04\x04\0\x02\x01\x12\x03\x04\x04\x14\n\x0c\n\x05\x04\0\x02\x01\x05\x12\
|
|
|
|
+ \x03\x04\x04\n\n\x0c\n\x05\x04\0\x02\x01\x01\x12\x03\x04\x0b\x0f\n\x0c\n\
|
|
|
|
+ \x05\x04\0\x02\x01\x03\x12\x03\x04\x12\x13\n\x0b\n\x04\x04\0\x02\x02\x12\
|
|
|
|
+ \x03\x05\x04\x14\n\x0c\n\x05\x04\0\x02\x02\x05\x12\x03\x05\x04\n\n\x0c\n\
|
|
|
|
+ \x05\x04\0\x02\x02\x01\x12\x03\x05\x0b\x0f\n\x0c\n\x05\x04\0\x02\x02\x03\
|
|
|
|
+ \x12\x03\x05\x12\x13\n\n\n\x02\x04\x01\x12\x04\x07\0\x0c\x01\n\n\n\x03\
|
|
|
|
+ \x04\x01\x01\x12\x03\x07\x08\x16\n\x0b\n\x04\x04\x01\x02\0\x12\x03\x08\
|
|
|
|
+ \x04\x12\n\x0c\n\x05\x04\x01\x02\0\x05\x12\x03\x08\x04\n\n\x0c\n\x05\x04\
|
|
|
|
+ \x01\x02\0\x01\x12\x03\x08\x0b\r\n\x0c\n\x05\x04\x01\x02\0\x03\x12\x03\
|
|
|
|
+ \x08\x10\x11\n\x0b\n\x04\x04\x01\x02\x01\x12\x03\t\x04\x14\n\x0c\n\x05\
|
|
|
|
+ \x04\x01\x02\x01\x05\x12\x03\t\x04\n\n\x0c\n\x05\x04\x01\x02\x01\x01\x12\
|
|
|
|
+ \x03\t\x0b\x0f\n\x0c\n\x05\x04\x01\x02\x01\x03\x12\x03\t\x12\x13\n\x0b\n\
|
|
|
|
+ \x04\x04\x01\x02\x02\x12\x03\n\x04\x14\n\x0c\n\x05\x04\x01\x02\x02\x05\
|
|
|
|
+ \x12\x03\n\x04\n\n\x0c\n\x05\x04\x01\x02\x02\x01\x12\x03\n\x0b\x0f\n\x0c\
|
|
|
|
+ \n\x05\x04\x01\x02\x02\x03\x12\x03\n\x12\x13\n\x0b\n\x04\x04\x01\x02\x03\
|
|
|
|
+ \x12\x03\x0b\x04\x14\n\x0c\n\x05\x04\x01\x02\x03\x05\x12\x03\x0b\x04\n\n\
|
|
|
|
+ \x0c\n\x05\x04\x01\x02\x03\x01\x12\x03\x0b\x0b\x0f\n\x0c\n\x05\x04\x01\
|
|
|
|
+ \x02\x03\x03\x12\x03\x0b\x12\x13\n\n\n\x02\x04\x02\x12\x04\r\0\x10\x01\n\
|
|
|
|
+ \n\n\x03\x04\x02\x01\x12\x03\r\x08\x0b\n\x0b\n\x04\x04\x02\x02\0\x12\x03\
|
|
|
|
+ \x0e\x04\x1c\n\x0c\n\x05\x04\x02\x02\0\x06\x12\x03\x0e\x04\x12\n\x0c\n\
|
|
|
|
+ \x05\x04\x02\x02\0\x01\x12\x03\x0e\x13\x17\n\x0c\n\x05\x04\x02\x02\0\x03\
|
|
|
|
+ \x12\x03\x0e\x1a\x1b\n\x0b\n\x04\x04\x02\x02\x01\x12\x03\x0f\x04\x17\n\
|
|
|
|
+ \x0c\n\x05\x04\x02\x02\x01\x05\x12\x03\x0f\x04\n\n\x0c\n\x05\x04\x02\x02\
|
|
|
|
+ \x01\x01\x12\x03\x0f\x0b\x12\n\x0c\n\x05\x04\x02\x02\x01\x03\x12\x03\x0f\
|
|
|
|
+ \x15\x16b\x06proto3\
|
|
";
|
|
";
|
|
|
|
|
|
static file_descriptor_proto_lazy: ::protobuf::rt::LazyV2<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::rt::LazyV2::INIT;
|
|
static file_descriptor_proto_lazy: ::protobuf::rt::LazyV2<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::rt::LazyV2::INIT;
|