| 14 | |
| 15 | #[derive(Debug, Serialize, Deserialize, Clone, Copy, PartialEq)] |
| 16 | pub struct ProjectScope { |
| 17 | pub is_crud_required: bool, |
| 18 | pub is_user_login_and_logout: bool, |
| 19 | pub is_external_urls_required: bool, |
| 20 | } |
| 21 | |
| 22 | #[derive(Debug, Serialize, Deserialize, Clone, PartialEq)] |
| 23 | pub struct FactSheet { |
nothing calls this directly
no outgoing calls
no test coverage detected