Type Alias PbWebhookSourceInfo

Source
pub type PbWebhookSourceInfo = WebhookSourceInfo;

Aliased Type§

struct PbWebhookSourceInfo {
    pub secret_ref: Option<SecretRef>,
    pub signature_expr: Option<ExprNode>,
    pub wait_for_persistence: bool,
    pub is_batched: bool,
}

Fields§

§secret_ref: Option<SecretRef>§signature_expr: Option<ExprNode>§wait_for_persistence: bool

Return until the data is persisted in the storage layer or not. Default is true.

§is_batched: bool

Whether request is batched as jsonl. Default is false.