1
2
3
4
use nacos_macro::response;

#[response(identity = "HealthCheckResponse", module = "internal")]
pub(crate) struct HealthCheckResponse {}