containerd_client

Macro 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.