risingwave_pb::secret::secret_ref

Type Alias PbRefAsType

source
pub type PbRefAsType = RefAsType;
Expand description

Alias for RefAsType.

Aliased Type§

enum PbRefAsType {
    Unspecified = 0,
    Text = 1,
    File = 2,
}

Variants§

§

Unspecified = 0

§

Text = 1

§

File = 2

AS FILE