Crate nebula_fbthrift_raftex_v2
Source pub use self::errors::*;
pub use self::types::*;
- client
- Client implementation for each service in
raftex
. - errors
- Error return types.
- mock
- Client mocks. For every service, a struct mock::TheService that implements
client::TheService.
- server
- Server definitions for
raftex
. - services
- types
- Thrift type definitions for
raftex
.