1pub mod dispatch_strategy; 2pub mod message; 3pub mod storage; 4 5pub mod proto { 6 include!("proto/danube.rs"); 7} 8 9pub mod admin_proto { 10 include!("proto/danube_admin.rs"); 11}