Autogenerated update for 43d65cfa2e...3476ecaee0

This commit is contained in:
2025-07-18 04:54:51 +00:00
parent a7431d0680
commit 2253aa2294
2 changed files with 17 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
// This file is @generated by prost-build.
#[derive(Clone, Copy, PartialEq, ::prost::Message, serde::Serialize, serde::Deserialize)]
#[serde(rename_all = "PascalCase")]
pub struct MapFixId {
pub struct MapfixId {
#[prost(uint64, tag="1")]
#[serde(rename = "ID")]
pub id: u64,

View File

@@ -219,7 +219,7 @@ pub mod validator_mapfix_service_client {
}
pub async fn set_status_request_changes(
&mut self,
request: impl tonic::IntoRequest<super::MapFixId>,
request: impl tonic::IntoRequest<super::MapfixId>,
) -> std::result::Result<tonic::Response<super::NullResponse>, tonic::Status> {
self.inner
.ready()
@@ -245,7 +245,7 @@ pub mod validator_mapfix_service_client {
}
pub async fn set_status_validated(
&mut self,
request: impl tonic::IntoRequest<super::MapFixId>,
request: impl tonic::IntoRequest<super::MapfixId>,
) -> std::result::Result<tonic::Response<super::NullResponse>, tonic::Status> {
self.inner
.ready()
@@ -271,7 +271,7 @@ pub mod validator_mapfix_service_client {
}
pub async fn set_status_failed(
&mut self,
request: impl tonic::IntoRequest<super::MapFixId>,
request: impl tonic::IntoRequest<super::MapfixId>,
) -> std::result::Result<tonic::Response<super::NullResponse>, tonic::Status> {
self.inner
.ready()
@@ -297,7 +297,7 @@ pub mod validator_mapfix_service_client {
}
pub async fn set_status_uploaded(
&mut self,
request: impl tonic::IntoRequest<super::MapFixId>,
request: impl tonic::IntoRequest<super::MapfixId>,
) -> std::result::Result<tonic::Response<super::NullResponse>, tonic::Status> {
self.inner
.ready()
@@ -358,19 +358,19 @@ pub mod validator_mapfix_service_server {
) -> std::result::Result<tonic::Response<super::NullResponse>, tonic::Status>;
async fn set_status_request_changes(
&self,
request: tonic::Request<super::MapFixId>,
request: tonic::Request<super::MapfixId>,
) -> std::result::Result<tonic::Response<super::NullResponse>, tonic::Status>;
async fn set_status_validated(
&self,
request: tonic::Request<super::MapFixId>,
request: tonic::Request<super::MapfixId>,
) -> std::result::Result<tonic::Response<super::NullResponse>, tonic::Status>;
async fn set_status_failed(
&self,
request: tonic::Request<super::MapFixId>,
request: tonic::Request<super::MapfixId>,
) -> std::result::Result<tonic::Response<super::NullResponse>, tonic::Status>;
async fn set_status_uploaded(
&self,
request: tonic::Request<super::MapFixId>,
request: tonic::Request<super::MapfixId>,
) -> std::result::Result<tonic::Response<super::NullResponse>, tonic::Status>;
}
#[derive(Debug)]
@@ -699,7 +699,7 @@ pub mod validator_mapfix_service_server {
);
impl<
T: ValidatorMapfixService,
> tonic::server::UnaryService<super::MapFixId>
> tonic::server::UnaryService<super::MapfixId>
for SetStatusRequestChangesSvc<T> {
type Response = super::NullResponse;
type Future = BoxFuture<
@@ -708,7 +708,7 @@ pub mod validator_mapfix_service_server {
>;
fn call(
&mut self,
request: tonic::Request<super::MapFixId>,
request: tonic::Request<super::MapfixId>,
) -> Self::Future {
let inner = Arc::clone(&self.0);
let fut = async move {
@@ -748,7 +748,7 @@ pub mod validator_mapfix_service_server {
struct SetStatusValidatedSvc<T: ValidatorMapfixService>(pub Arc<T>);
impl<
T: ValidatorMapfixService,
> tonic::server::UnaryService<super::MapFixId>
> tonic::server::UnaryService<super::MapfixId>
for SetStatusValidatedSvc<T> {
type Response = super::NullResponse;
type Future = BoxFuture<
@@ -757,7 +757,7 @@ pub mod validator_mapfix_service_server {
>;
fn call(
&mut self,
request: tonic::Request<super::MapFixId>,
request: tonic::Request<super::MapfixId>,
) -> Self::Future {
let inner = Arc::clone(&self.0);
let fut = async move {
@@ -797,7 +797,7 @@ pub mod validator_mapfix_service_server {
struct SetStatusFailedSvc<T: ValidatorMapfixService>(pub Arc<T>);
impl<
T: ValidatorMapfixService,
> tonic::server::UnaryService<super::MapFixId>
> tonic::server::UnaryService<super::MapfixId>
for SetStatusFailedSvc<T> {
type Response = super::NullResponse;
type Future = BoxFuture<
@@ -806,7 +806,7 @@ pub mod validator_mapfix_service_server {
>;
fn call(
&mut self,
request: tonic::Request<super::MapFixId>,
request: tonic::Request<super::MapfixId>,
) -> Self::Future {
let inner = Arc::clone(&self.0);
let fut = async move {
@@ -846,7 +846,7 @@ pub mod validator_mapfix_service_server {
struct SetStatusUploadedSvc<T: ValidatorMapfixService>(pub Arc<T>);
impl<
T: ValidatorMapfixService,
> tonic::server::UnaryService<super::MapFixId>
> tonic::server::UnaryService<super::MapfixId>
for SetStatusUploadedSvc<T> {
type Response = super::NullResponse;
type Future = BoxFuture<
@@ -855,7 +855,7 @@ pub mod validator_mapfix_service_server {
>;
fn call(
&mut self,
request: tonic::Request<super::MapFixId>,
request: tonic::Request<super::MapfixId>,
) -> Self::Future {
let inner = Arc::clone(&self.0);
let fut = async move {