Added video url parser to CoT types

This commit is contained in:
2026-03-31 07:19:39 -03:00
parent 469a54c141
commit 3f14a75e81
5 changed files with 59 additions and 0 deletions

View File

@@ -57,6 +57,8 @@ impl EudCoTPayload {
track_speed: Some(self.track_speed),
link_uid: None,
remarker: None,
video_url: None,
}
}
}