lago-ingest 0.3.0

gRPC bidirectional streaming ingest service for the Lago agent runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod client;
pub mod codec;
pub mod server;

/// Generated protobuf types.
pub mod proto {
    tonic::include_proto!("lago.v1");
}

pub use client::{IngestClient, IngestReceiver, IngestSender};
pub use server::IngestServer;