1
2
3
4
5
6
7
8
9
mod config;
mod request_builder;

#[cfg(all(test, feature = "azure-blob-integration-tests"))]
mod integration_tests;
#[cfg(test)]
mod test;

pub use self::config::AzureBlobSinkConfig;