Function fluentci_common::common::with_secret_variable

source ·
pub fn with_secret_variable(
    graph: Arc<Mutex<Graph>>,
    env_name: &str,
    secret_id: &str,
    secret_name: &str,
) -> Result<(), Error>