Macro containerd_client::with_namespace
source · macro_rules! with_namespace { ($req : ident, $ns: expr) => { ... }; }
Expand description
Help to inject namespace into request.
To use this macro, the tonic::Request is needed.
macro_rules! with_namespace { ($req : ident, $ns: expr) => { ... }; }
Help to inject namespace into request.
To use this macro, the tonic::Request is needed.