boondock 0.0.50

Docker daemon API (a fork of Graham Lee's rust-docker)
1
2
3
4
5
6
#[derive(Debug, Serialize, Deserialize)]
#[allow(non_snake_case)]
pub struct FilesystemChange {
    pub Path: String,
    pub Kind: u8
}