//! gRPC protocol definitions for k8shost //! //! This module contains the generated gRPC client and server code for the k8shost API. //! The protobuf definitions are in proto/k8s.proto and are compiled at build time. pub mod k8shost { tonic::include_proto!("k8shost"); } pub use k8shost::*;