Skip to main content

diff_secrets

Function diff_secrets 

Source
pub fn diff_secrets(
    old: &HashMap<String, String>,
    new: &HashMap<String, String>,
) -> Vec<DiffEntry>
Expand description

Compare two sets of secret values and return the differences.