Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ebd2f21d42 |
@ -190,8 +190,8 @@ pub struct HostConfig {
|
|||||||
pub versions: Map<String, String>,
|
pub versions: Map<String, String>,
|
||||||
|
|
||||||
pub bootstrap_config: String,
|
pub bootstrap_config: String,
|
||||||
#[serde(skip_serializing_if = "Map::is_empty")]
|
#[serde(skip_serializing_if = "Vec::is_empty")]
|
||||||
pub initrd_files: Map<String, String>,
|
pub initrd_files: Vec<crate::File>,
|
||||||
|
|
||||||
pub config: String,
|
pub config: String,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user