risingwave_pb::catalog

Type Alias PbOptionsWithSecret

source
pub type PbOptionsWithSecret = OptionsWithSecret;
Expand description

Alias for OptionsWithSecret.

Aliased Type§

struct PbOptionsWithSecret {
    pub options: HashMap<String, String>,
    pub secret_refs: HashMap<String, SecretRef>,
}

Fields§

§options: HashMap<String, String>§secret_refs: HashMap<String, SecretRef>