wasmer_backend_api::query

Function get_app_by_id_opt

Source
pub async fn get_app_by_id_opt(
    client: &WasmerClient,
    app_id: String,
) -> Result<Option<DeployApp>, Error>
Expand description

Retrieve an app by its global id.