junobuild_satellite

Type Alias OnSetManyDocsContext

Source
pub type OnSetManyDocsContext = HookContext<Vec<DocContext<DocUpsert>>>;
Expand description

A type alias for the context used in the on_set_many_docs satellite hook.

Aliased Type§

struct OnSetManyDocsContext {
    pub caller: Principal,
    pub data: Vec<DocContext<DocUpsert>>,
}

Fields§

§caller: Principal§data: Vec<DocContext<DocUpsert>>