pub struct SdkUrlResolver { /* private fields */ }Expand description
Adapter wrapping the SDK’s InternalUrlRouter port.
Constructed by the composition root (oxicode-cli’s App::from_oxicode) and
injected into AgentConfig.url_resolver so the agent’s read/grep/
find tools can dispatch internal URLs.
Implementations§
Source§impl SdkUrlResolver
impl SdkUrlResolver
Sourcepub fn new(router: Arc<dyn InternalUrlRouter>) -> Self
pub fn new(router: Arc<dyn InternalUrlRouter>) -> Self
Create a new adapter wrapping the SDK’s URL router port.
Trait Implementations§
Source§impl Debug for SdkUrlResolver
impl Debug for SdkUrlResolver
Source§impl UrlResolver for SdkUrlResolver
impl UrlResolver for SdkUrlResolver
Auto Trait Implementations§
impl !RefUnwindSafe for SdkUrlResolver
impl !UnwindSafe for SdkUrlResolver
impl Freeze for SdkUrlResolver
impl Send for SdkUrlResolver
impl Sync for SdkUrlResolver
impl Unpin for SdkUrlResolver
impl UnsafeUnpin for SdkUrlResolver
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more