Function wasmer_backend_api::query::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.