1use nacos_macro::request; 2 3/// ConfigChangeNotifyRequest from server. 4#[request(identity = "ConfigChangeNotifyRequest", module = "config")] 5pub(crate) struct ConfigChangeNotifyRequest {}