greentic-interfaces 1.1.1

Greentic ABI: WIT contracts, generated bindings, thin mappers
Documentation
1
2
3
4
5
6
7
8
9
use greentic_interfaces::bindings::greentic_secrets_store_1_0_0_store::greentic::secrets_store::secrets_store::SecretsError;

#[test]
fn secrets_store_bindings_expose_error_variants() {
    let _ = SecretsError::NotFound;
    let _ = SecretsError::Denied;
    let _ = SecretsError::InvalidKey;
    let _ = SecretsError::Internal;
}