1 2 3 4 5 6 7
mod config; #[cfg(all(test, feature = "postgres_sink-integration-tests"))] mod integration_tests; mod service; mod sink; pub use self::config::PostgresConfig;