| 52 | |
| 53 | #[derive(Clone, Debug, Deserialize, Serialize, PartialEq)] |
| 54 | pub enum Platform { |
| 55 | Desktop, |
| 56 | IOS, |
| 57 | Android, |
| 58 | Web, |
| 59 | } |
| 60 | |
| 61 | #[derive(Clone, Debug)] |
| 62 | pub struct BuildStatus { |
nothing calls this directly
no outgoing calls
no test coverage detected