// This file is @generated by prost-build. #[derive(Clone, Copy, PartialEq, ::prost::Message)] pub struct HelloRequest {} #[derive(Clone, PartialEq, ::prost::Message)] pub struct HelloResponse { #[prost(string, tag = "1")] pub message: ::prost::alloc::string::String, }