Type Alias wasmcloud_runtime::capability::secrets::reveal::SecretValue
source · pub type SecretValue = SecretValue;
Aliased Type§
enum SecretValue {
String(String),
Bytes(Vec<u8>),
}
pub type SecretValue = SecretValue;
enum SecretValue {
String(String),
Bytes(Vec<u8>),
}