risingwave_pb::catalog

Type Alias PbWebhookSourceInfo

source
pub type PbWebhookSourceInfo = WebhookSourceInfo;
Expand description

Alias for WebhookSourceInfo.

Aliased Type§

struct PbWebhookSourceInfo {
    pub secret_ref: Option<SecretRef>,
    pub signature_expr: Option<ExprNode>,
    pub wait_for_persistence: 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.