1 2 3 4 5 6 7 8 9 10 11
pub mod client; mod commands; pub mod errors; pub mod serde_ext; mod ubiclient; pub use ubiclient::UbiClient; pub mod models { pub use super::commands::kc::{ ClusterItem, QueryParams, ReqClusterCreate, ResponseListKubernetesClusters, }; }