pub mod auth_interceptor;
pub mod service;
#[allow(clippy::all)]
#[allow(warnings)]
pub mod synth {
include!("synth.rs");
}
pub use service::SynthService;
pub use synth::synthetic_data_service_server::SyntheticDataServiceServer;
pub use synth::{
synthetic_data_service_server::SyntheticDataService, BulkGenerateRequest, BulkGenerateResponse,
ConfigRequest, ConfigResponse, ControlAction, ControlCommand, ControlResponse,
GenerationConfig, HealthResponse, MetricsResponse, StreamDataRequest,
};