Apps.app doesn't need to be public

master
rascul 2 years ago
parent 6fde2980e5
commit 948c98f785

@ -16,7 +16,7 @@ use crate::result::Result;
#[derive(Debug, Deserialize)]
pub struct Apps {
/// List of apps to start and monitor
pub app: Vec<App>,
app: Vec<App>,
}
impl Apps {

Loading…
Cancel
Save