wasmer_backend_api::query

Function get_all_app_secrets

Source
pub async fn get_all_app_secrets(
    client: &WasmerClient,
    app_id: impl Into<String>,
) -> Result<Vec<Secret>, Error>
Expand description

Load all secrets of an app.

Will paginate through all versions and return them in a single list.