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

Class AdminApiBehaviorEventsQuery

crates/frontend/src/api.rs:1871–1882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1869
1870#[derive(Debug, Serialize, Deserialize, Clone, PartialEq)]
1871pub struct AdminApiBehaviorEventsQuery {
1872 pub days: Option<usize>,
1873 pub limit: Option<usize>,
1874 pub offset: Option<usize>,
1875 pub path_contains: Option<String>,
1876 pub page_contains: Option<String>,
1877 pub device_type: Option<String>,
1878 pub method: Option<String>,
1879 pub status_code: Option<i32>,
1880 pub ip: Option<String>,
1881 pub date: Option<String>,
1882}
1883
1884#[derive(Debug, Serialize, Deserialize, Clone, PartialEq)]
1885pub struct AdminApiBehaviorCleanupRequest {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected