MCPcopy Create free account
hub / github.com/ChrisFeldmeier/OpenCodeRust / AuthFetchResult

Class AuthFetchResult

crates/opencode-plugin/src/subprocess/client.rs:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92
93#[derive(Debug, Deserialize)]
94pub struct AuthFetchResult {
95 pub status: u16,
96 pub headers: std::collections::HashMap<String, String>,
97 pub body: String,
98}
99
100pub struct AuthFetchStreamResult {
101 pub status: u16,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected