LCOV - code coverage report
Current view: top level - proxy/src/bin - pg_sni_router.rs (source / functions) Coverage Total Hit
Test: 07bee600374ccd486c69370d0972d9035964fe68.info Lines: 0.0 % 3 0
Test Date: 2025-02-20 13:11:02 Functions: 0.0 % 2 0

            Line data    Source code
       1              : //! A stand-alone program that routes connections, e.g. from
       2              : //! `aaa--bbb--1234.external.domain` to `aaa.bbb.internal.domain:1234`.
       3              : //!
       4              : //! This allows connecting to pods/services running in the same Kubernetes cluster from
       5              : //! the outside. Similar to an ingress controller for HTTPS.
       6              : 
       7              : #[tokio::main]
       8            0 : async fn main() -> anyhow::Result<()> {
       9            0 :     proxy::binary::pg_sni_router::run().await
      10            0 : }
        

Generated by: LCOV version 2.1-beta