nacos-sdk 0.7.0

Nacos client in Rust.
Documentation
1
2
3
4
5
6
use nacos_macro::response;

#[response(identity = "ServerCheckResponse", module = "internal")]
pub(crate) struct ServerCheckResponse {
    pub(crate) connection_id: Option<String>,
}