//! gRPC (Tonic) API for ingest, query, and administration.
//!
//! This module includes the generated protobuf types and service trait, and provides
//! an implementation that delegates to [`crate::DbCore`]. Errors are mapped to gRPC
//! status codes (e.g. `RESOURCE_EXHAUSTED` for cardinality limit).
//! AuthN/AuthZ is enforced deny-by-default via [`auth`].
pub use ;
pub use UgnosServiceImpl;
/// Generated protobuf and service stubs (from `proto/ugnos/v1/ugnos.proto`).
pub use UgnosServiceClient;
pub use ;