pub type PbSecret = Secret;
Aliased Type§
struct PbSecret {
pub secret_backend: Option<SecretBackend>,
}
Fields§
§secret_backend: Option<SecretBackend>
the message is stored in meta as encrypted bytes and is interpreted as bytes by catalog
pub type PbSecret = Secret;
struct PbSecret {
pub secret_backend: Option<SecretBackend>,
}
secret_backend: Option<SecretBackend>
the message is stored in meta as encrypted bytes and is interpreted as bytes by catalog