Skip to main content

update_response_blob

Function update_response_blob 

Source
pub async fn update_response_blob<C: Serialize>(
    pool: &Pool,
    tier: Tier,
    response_id: &str,
    chunk: &C,
    created_at: i64,
) -> Result<(), Error>
Expand description

UPDATE the response tier blob (subsequent ticks).