1 2 3 4 5 6 7 8 9
mod action; /// Generated protobuf code for agent service #[allow(dead_code)] mod pb { tonic::include_proto!("agent"); } pub use action::AgentAction;