actrix-sdk 0.5.4

Unified public SDK facade for Actrix control-plane APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Internal integration-test facade.
//!
//! This module is intentionally feature-gated and not part of the default SDK
//! surface. It collects test-oriented protocol and helper exports used by
//! in-repo integration tests.

pub use admin::nonce_auth;
pub use admin::{
    ConfigType, CreateRealmRequest, CredentialPayload, DeleteRealmRequest, GetConfigRequest,
    GetNodeInfoRequest, GetRealmRequest, ListRealmsRequest, NodeAdminServiceClient,
    NonceCredential, ResourceType, ShutdownRequest, UpdateConfigRequest, UpdateRealmRequest,
};