risingwave_pb::secret

Type Alias PbSecretRef

source
pub type PbSecretRef = SecretRef;
Expand description

Alias for SecretRef.

Aliased Type§

struct PbSecretRef {
    pub secret_id: u32,
    pub ref_as: i32,
}

Fields§

§secret_id: u32§ref_as: i32