| 2097 | |
| 2098 | #[derive(Debug, Serialize, Deserialize, Clone, PartialEq)] |
| 2099 | pub struct AdminCleanupRequest { |
| 2100 | pub status: Option<String>, |
| 2101 | pub retention_days: Option<i64>, |
| 2102 | } |
| 2103 | |
| 2104 | #[derive(Debug, Serialize, Deserialize, Clone, PartialEq)] |
| 2105 | pub struct AdminCommentAuditLog { |
nothing calls this directly
no outgoing calls
no test coverage detected