nacos-sdk 0.7.0

Nacos client in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
use nacos_macro::request;

#[request(identity = "ServiceQueryRequest", module = "naming")]
pub(crate) struct ServiceQueryRequest {
    pub(crate) cluster: String,

    pub(crate) healthy_only: bool,

    pub(crate) udp_port: i32,
}