diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-16 13:44:59 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-16 13:44:59 -0600 |
| commit | aadfbeb39d0ac5ccb1a19899d7680b1c96b1a6cf (patch) | |
| tree | 293cb102463ab1aeeac6aa899cedbbbf03ed6187 /src/rpc/testdata.dynamic_descriptors.rs | |
| parent | e97b15bcb9581b895d8431f3f3eaf7a9dd1bcac6 (diff) | |
chore: add generated rpc code
Diffstat (limited to 'src/rpc/testdata.dynamic_descriptors.rs')
| -rw-r--r-- | src/rpc/testdata.dynamic_descriptors.rs | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/rpc/testdata.dynamic_descriptors.rs b/src/rpc/testdata.dynamic_descriptors.rs new file mode 100644 index 00000000..7541302b --- /dev/null +++ b/src/rpc/testdata.dynamic_descriptors.rs @@ -0,0 +1,17 @@ +// @generated +// This file is @generated by prost-build. +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Foo { + #[prost(string, optional, tag="1")] + pub bar: ::core::option::Option<::prost::alloc::string::String>, + #[prost(message, optional, tag="2")] + pub baz: ::core::option::Option<super::super::google::protobuf::Any>, +} +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FooCopy { + #[prost(string, optional, tag="1")] + pub bar: ::core::option::Option<::prost::alloc::string::String>, +} +// @@protoc_insertion_point(module) |
