wasmer_backend_api::query

Function get_app_secret_value_by_id

Source
pub async fn get_app_secret_value_by_id(
    client: &WasmerClient,
    secret_id: impl Into<String>,
) -> Result<Option<String>, Error>