nacos-sdk 0.7.0

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

/// ConfigPublishResponse by server.
#[response(identity = "ConfigPublishResponse", module = "config")]
pub(crate) struct ConfigPublishResponse {}