24 lines
779 B
Rust
24 lines
779 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(string, tag="1")]
|
|
pub content: ::prost::alloc::string::String,
|
|
}
|
|
#[allow(clippy::derive_partial_eq_without_eq)]
|
|
#[derive(Clone, Copy, PartialEq, ::prost::Message)]
|
|
pub struct CopyResponse {
|
|
}
|
|
#[allow(clippy::derive_partial_eq_without_eq)]
|
|
#[derive(Clone, Copy, PartialEq, ::prost::Message)]
|
|
pub struct PasteRequest {
|
|
}
|
|
#[allow(clippy::derive_partial_eq_without_eq)]
|
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
|
pub struct PasteResponse {
|
|
#[prost(string, tag="1")]
|
|
pub content: ::prost::alloc::string::String,
|
|
}
|
|
include!("voidpin.v1.tonic.rs");
|
|
// @@protoc_insertion_point(module)
|