14 lines
454 B
Rust
14 lines
454 B
Rust
// @generated
|
|
// This file is @generated by prost-build.
|
|
#[allow(clippy::derive_partial_eq_without_eq)]
|
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
|
pub struct CopyRequest {
|
|
#[prost(bytes="vec", tag="1")]
|
|
pub content: ::prost::alloc::vec::Vec<u8>,
|
|
}
|
|
#[allow(clippy::derive_partial_eq_without_eq)]
|
|
#[derive(Clone, Copy, PartialEq, ::prost::Message)]
|
|
pub struct CopyResponse {
|
|
}
|
|
include!("voidpin.v1.tonic.rs");
|
|
// @@protoc_insertion_point(module)
|