pub async fn get_app_databases(
    client: &WasmerClient,
    owner: impl Into<String>,
    name: impl Into<String>,
) -> Result<Vec<AppDatabase>, Error>Expand description
Retrieve volumes for an app.
pub async fn get_app_databases(
    client: &WasmerClient,
    owner: impl Into<String>,
    name: impl Into<String>,
) -> Result<Vec<AppDatabase>, Error>Retrieve volumes for an app.