//! FlashDNS API - gRPC service definitions //! //! This crate provides: //! - gRPC service definitions (ZoneService, RecordService) //! - Generated protobuf types /// Generated protobuf types pub mod proto { tonic::include_proto!("flashdns.v1"); } pub use proto::record_service_client::RecordServiceClient; pub use proto::record_service_server::{RecordService, RecordServiceServer}; pub use proto::zone_service_client::ZoneServiceClient; pub use proto::zone_service_server::{ZoneService, ZoneServiceServer};