nacos-sdk 0.7.0

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

/// ConfigChangeNotifyRequest from server.
#[request(identity = "ConfigChangeNotifyRequest", module = "config")]
pub(crate) struct ConfigChangeNotifyRequest {}