healthcheck
This commit is contained in:
Binary file not shown.
@@ -38,6 +38,18 @@ pub struct BackupInfoResponse {
|
||||
pub success: bool,
|
||||
#[prost(string, tag = "2")]
|
||||
pub output: ::prost::alloc::string::String,
|
||||
#[prost(string, tag = "3")]
|
||||
pub server_version: ::prost::alloc::string::String,
|
||||
#[prost(string, tag = "4")]
|
||||
pub database_name: ::prost::alloc::string::String,
|
||||
#[prost(bool, tag = "5")]
|
||||
pub database_healthy: bool,
|
||||
#[prost(bool, tag = "6")]
|
||||
pub search_healthy: bool,
|
||||
#[prost(bool, tag = "7")]
|
||||
pub ecb_healthy: bool,
|
||||
#[prost(string, tag = "8")]
|
||||
pub ecb_status: ::prost::alloc::string::String,
|
||||
}
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)]
|
||||
#[repr(i32)]
|
||||
|
||||
Reference in New Issue
Block a user