linkerd2_proxy_api/gen/
io.linkerd.proxy.opaque_route.rs

1/// Used to indicate that the policy is invalid.
2#[allow(clippy::derive_partial_eq_without_eq)]
3#[derive(Clone, PartialEq, ::prost::Message)]
4pub struct Invalid {
5    #[prost(string, tag = "1")]
6    pub message: ::prost::alloc::string::String,
7}
8/// Used to indicate that traffic is forbidden.
9#[allow(clippy::derive_partial_eq_without_eq)]
10#[derive(Clone, PartialEq, ::prost::Message)]
11pub struct Forbidden {}