| 67 | #[derive(Debug, Clone, Serialize, Deserialize, PartialEq)] |
| 68 | #[serde(rename_all = "camelCase")] |
| 69 | pub struct StatefulSimulationResponse { |
| 70 | pub stateful_simulation_id: Uuid, |
| 71 | } |
| 72 | |
| 73 | #[derive(Debug, Clone, Serialize, Deserialize, PartialEq)] |
| 74 | pub struct StatefulSimulationEndResponse { |
nothing calls this directly
no outgoing calls
no test coverage detected