fix: included Uuid type in shared
This commit is contained in:
parent
28497eeb99
commit
f8133925f4
@ -87,8 +87,13 @@ pub struct Container {
|
|||||||
pub node: String,
|
pub node: String,
|
||||||
#[prost(message, optional, tag = "3")]
|
#[prost(message, optional, tag = "3")]
|
||||||
pub resource: Option<Resource>,
|
pub resource: Option<Resource>,
|
||||||
#[serde(default)]
|
#[prost(message, tag = "4")]
|
||||||
#[prost(string, tag = "4")]
|
pub uuid: Option<Uuid>,
|
||||||
|
}
|
||||||
|
|
||||||
|
#[derive(Clone, Serialize, Deserialize, prost::Message)]
|
||||||
|
pub struct Uuid {
|
||||||
|
#[prost(string, tag = "1")]
|
||||||
pub uuid: String,
|
pub uuid: String,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user