| 9 | |
| 10 | #[derive(Debug, Serialize, Deserialize)] |
| 11 | pub struct InternalParams { |
| 12 | pub thread: ThreadData, |
| 13 | #[serde(rename = "createdOnServer")] |
| 14 | pub created_on_server: bool, |
| 15 | } |
| 16 | |
| 17 | #[derive(Debug, Serialize, Deserialize)] |
| 18 | pub struct ThreadData { |
nothing calls this directly
no outgoing calls
no test coverage detected