Function wasmer_backend_api::query::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>
pub async fn get_app_secret_value_by_id(
client: &WasmerClient,
secret_id: impl Into<String>,
) -> Result<Option<String>, Error>