mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 18:03:30 +00:00
added MarkerPayload struct to handle marker requests payload
This commit is contained in:
@@ -16,3 +16,9 @@ pub struct Marker {
|
|||||||
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