| 250 | |
| 251 | #[derive(Debug, Deserialize, Clone)] |
| 252 | pub struct DownloadFile { |
| 253 | pub data: String, |
| 254 | } |
| 255 | |
| 256 | #[derive(Debug, Deserialize, Clone)] |
| 257 | pub struct GetModFileResponse { |
nothing calls this directly
no outgoing calls
no test coverage detected