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