MCPcopy Create free account
hub / github.com/acking-you/static_flow / AdminCleanupRequest

Class AdminCleanupRequest

crates/frontend/src/api.rs:2099–2102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2097
2098#[derive(Debug, Serialize, Deserialize, Clone, PartialEq)]
2099pub struct AdminCleanupRequest {
2100 pub status: Option<String>,
2101 pub retention_days: Option<i64>,
2102}
2103
2104#[derive(Debug, Serialize, Deserialize, Clone, PartialEq)]
2105pub struct AdminCommentAuditLog {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected