LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
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 |