| 5 | |
| 6 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 7 | pub struct HistoryEntry { |
| 8 | pub timestamp: DateTime<Utc>, |
| 9 | pub method: String, |
| 10 | pub path: String, |
| 11 | pub response_preview: String, |
| 12 | } |
| 13 | |
| 14 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 15 | pub struct Session { |
nothing calls this directly
no outgoing calls
no test coverage detected