Skip to main content

delivery_attachments

Function delivery_attachments 

Source
pub fn delivery_attachments(
    journal: &mut Session,
    requests: Vec<AttachmentRequest>,
    read_canonical: impl FnMut(&str) -> Result<StoredFile>,
) -> Result<Vec<Attachment>>
Expand description

Resolves delivery requests and constructs coordinator attachments without invoking a transport.