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,
|
||||
#[prost(message, optional, tag = "3")]
|
||||
pub resource: Option<Resource>,
|
||||
#[serde(default)]
|
||||
#[prost(string, tag = "4")]
|
||||
#[prost(message, tag = "4")]
|
||||
pub uuid: Option<Uuid>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Serialize, Deserialize, prost::Message)]
|
||||
pub struct Uuid {
|
||||
#[prost(string, tag = "1")]
|
||||
pub uuid: String,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user