mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 16:03:31 +00:00
added MarkerPayload struct to handle marker requests payload
This commit is contained in:
@@ -15,4 +15,10 @@ pub struct Marker {
|
|||||||
pub ce: Option<i32>,
|
pub ce: Option<i32>,
|
||||||
pub hae: Option<i32>,
|
pub hae: Option<i32>,
|
||||||
pub le: Option<i32>,
|
pub le: Option<i32>,
|
||||||
|
}
|
||||||
|
|
||||||
|
pub struct MarkerPayload {
|
||||||
|
pub api_address: String,
|
||||||
|
pub api_auth_token: String,
|
||||||
|
pub markers: [Marker],
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user