linkerd2-proxy-api 0.18.0

Linkerd Proxy API gRPC bindings and utilities
Documentation
1
2
3
4
5
6
7
8
9
10
// This file is @generated by prost-build.
/// Used to indicate that the policy is invalid.
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
pub struct Invalid {
    #[prost(string, tag = "1")]
    pub message: ::prost::alloc::string::String,
}
/// Used to indicate that traffic is forbidden.
#[derive(Clone, Copy, PartialEq, Eq, Hash, ::prost::Message)]
pub struct Forbidden {}