pub struct CiOutput {
pub close_log_group: &'static str,
pub open_log_group: &'static str,
}Fields§
§close_log_group: &'static strDenotes the closing of a log group.
open_log_group: &'static strDenotes the opening of a log group.
pub struct CiOutput {
pub close_log_group: &'static str,
pub open_log_group: &'static str,
}close_log_group: &'static strDenotes the closing of a log group.
open_log_group: &'static strDenotes the opening of a log group.