ockam_api 0.93.0

Ockam's request-response API
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Messaging types for the node manager service
//!
//! This module is only a type facade and should not have any logic of
//! its own
pub mod credentials;
pub mod flow_controls;
pub mod node;
pub mod policies;
pub mod portal;
pub mod relay;
pub mod secure_channel;
pub mod services;
pub mod transport;
pub mod workers;