| 92 | |
| 93 | #[derive(Debug, Deserialize)] |
| 94 | pub struct AuthFetchResult { |
| 95 | pub status: u16, |
| 96 | pub headers: std::collections::HashMap<String, String>, |
| 97 | pub body: String, |
| 98 | } |
| 99 | |
| 100 | pub struct AuthFetchStreamResult { |
| 101 | pub status: u16, |
nothing calls this directly
no outgoing calls
no test coverage detected