Function generate_data_chunk

Source
fn generate_data_chunk(
    is_batched: bool,
    body: &Bytes,
) -> Result<DataChunk, WebhookError>