Skip to main content

ProviderInvocation

Type Alias ProviderInvocation 

Source
pub type ProviderInvocation = ProviderCall;
Expand description

Product-neutral provider call shape (soma_provider_core::ProviderCall), as handed to the shared core registry once auth/scope fields are stripped.

Aliased Type§

pub struct ProviderInvocation {
    pub provider: String,
    pub action: String,
    pub params: Value,
    pub surface: ProviderSurface,
    pub snapshot_id: String,
}

Fields§

§provider: String§action: String§params: Value§surface: ProviderSurface§snapshot_id: String