mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
rust/pv: Provide access for SecretList members
Adds getter for SecretList and SecretEntry. Adds enum to represent secret types. Add Iterator functionality for SecretList. While at it, make the datatype of the capacity of the list transparent for users. Signed-off-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
6fd02279da
commit
0764460eaf
+1
-1
@@ -70,7 +70,7 @@ pub mod uv {
|
||||
};
|
||||
#[cfg(feature = "uvsecret")]
|
||||
pub use crate::uvsecret::{
|
||||
secret_list::SecretList,
|
||||
secret_list::{ListableSecretType, SecretEntry, SecretList},
|
||||
uvc::{AddCmd, ListCmd, LockCmd},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user