@@ -47,3 +47,9 @@ impl LogEvent {
|
||||
pub struct Agent {
|
||||
pub name: String,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Serialize, Deserialize)]
|
||||
pub struct Lease {
|
||||
pub id: uuid::Uuid,
|
||||
pub lease: uuid::Uuid,
|
||||
}
|
||||
|
Reference in New Issue
Block a user